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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dwin32-nat.c118 static thread_info *current_thread; /* Info on currently selected thread */ variable
331 char *context_offset = ((char *) &current_thread->context) + mappings[r];
334 if (!current_thread)
338 if (current_thread->reload_context)
340 thread_info *th = current_thread;
350 current_thread->reload_context = 0;
379 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
380 /* Check if current_thread exists. Windows sometimes uses a non-existent
382 if (current_thread)
389 if (!current_thread)
[all...]
H A Dwince.c161 static thread_info *current_thread; /* Info on currently selected thread */ variable
814 thread_info *th = current_thread; /* Info on currently selected thread */
954 thread_info *th = current_thread; /* Info on currently selected thread */
1002 thread_info *th = current_thread; /* Info on currently selected thread */
1121 (char *) regptr (&current_thread->context, r));
1133 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
1141 deprecated_read_register_gen (r, ((char *) &current_thread->context) + mappings[r]);
1153 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE);
1480 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE);
1498 which needs a current_thread
[all...]
H A Dbreakpoint.c1930 int current_thread;
1935 current_thread = pid_to_thread_id (inferior_ptid);
1941 (bsp->breakpoint_at->thread == current_thread ||
1925 int current_thread; local

Completed in 73 milliseconds