Searched refs:thread_rec (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | wince.c | 154 static thread_info * thread_rec (DWORD id, int get_context); 974 thread_info *th = thread_rec (ev->dwThreadId, 1); in check_for_step() 1024 thread_rec (DWORD id, int get_context) in thread_rec() function 1053 if ((th = thread_rec (id, FALSE))) in child_add_thread() 1133 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers() 1153 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers() 1480 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event() 1845 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume() 2032 return thread_alive (thread_rec (pid, FALSE)->h); in win32_child_thread_alive()
|
| H A D | win32-nat.c | 230 thread_rec (DWORD id, int get_context) in thread_rec() function 257 if ((th = thread_rec (id, FALSE))) in child_add_thread() 379 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers() 405 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers() 1071 th = thread_rec (current_event.dwThreadId, -1); in handle_exception() 1390 current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event() 2016 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume() 2230 return WaitForSingleObject (thread_rec (pid, FALSE)->h, 0) == WAIT_OBJECT_0 ? in win32_child_thread_alive()
|
| H A D | ChangeLog-1998 | 4201 (thread_rec): New function.
|
| H A D | ChangeLog-2000 | 5268 * win32-nat.c (thread_rec): Be more defensive about suspending already
|
| H A D | ChangeLog-2001 | 1144 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
|
| H A D | ChangeLog-2003 | 78 (thread_rec): Don't reload thread context here. Just set a flag.
|
| H A D | ChangeLog-2002 | 13556 (thread_rec): Set dr array if id is the thread of current_event .
|