Searched refs:current_thread (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dwin32-nat.c124 static thread_info *current_thread; /* Info on currently selected thread */ variable
337 char *context_offset = ((char *) &current_thread->context) + mappings[r];
340 if (!current_thread)
344 if (current_thread->reload_context)
346 thread_info *th = current_thread;
356 current_thread->reload_context = 0;
385 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
386 /* Check if current_thread exists. Windows sometimes uses a non-existent
388 if (current_thread)
395 if (!current_thread)
[all...]
H A Dwince.c166 static thread_info *current_thread; /* Info on currently selected thread */ variable
819 thread_info *th = current_thread; /* Info on currently selected thread */
959 thread_info *th = current_thread; /* Info on currently selected thread */
1007 thread_info *th = current_thread; /* Info on currently selected thread */
1125 supply_register (r, (char *) regptr (&current_thread->context, r));
1137 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
1145 deprecated_read_register_gen (r, ((char *) &current_thread->context) + mappings[r]);
1157 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE);
1502 which needs a current_thread
[all...]
H A Dada-tasks.c110 void *current_thread, *current_lwp; variable
617 current_thread = atcb.thread;
791 current_thread = e->thread;
H A Dbreakpoint.c1951 int current_thread;
1956 current_thread = pid_to_thread_id (inferior_ptid);
1962 (bsp->breakpoint_at->thread == current_thread ||
1946 int current_thread; local
/freebsd-9.3-release/sys/ddb/
H A Ddb_break.c318 * initialized. In particular, current_thread() or kernel_map
340 (((thread = current_thread()) != NULL) &&
362 ((thread = current_thread()) != NULL))

Completed in 140 milliseconds