Searched refs:thread_rec (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | wince.c | 159 static thread_info * thread_rec (DWORD id, int get_context); 979 thread_info *th = thread_rec (ev->dwThreadId, 1); in check_for_step() 1029 thread_rec (DWORD id, int get_context) in thread_rec() function 1058 if ((th = thread_rec (id, FALSE))) in child_add_thread() 1137 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers() 1157 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers() 1484 this_thread = current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event() 1847 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume() 2036 return thread_alive (thread_rec (pid, FALSE)->h); in win32_child_thread_alive()
|
| H A D | win32-nat.c | 236 thread_rec (DWORD id, int get_context) in thread_rec() function 263 if ((th = thread_rec (id, FALSE))) in child_add_thread() 385 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_fetch_inferior_registers() 410 current_thread = thread_rec (PIDGET (inferior_ptid), TRUE); in child_store_inferior_registers() 1076 th = thread_rec (current_event.dwThreadId, -1); in handle_exception() 1395 current_thread = th ?: thread_rec (current_event.dwThreadId, TRUE); in get_child_debug_event() 1990 th = thread_rec (current_event.dwThreadId, FALSE); in child_resume() 2198 return WaitForSingleObject (thread_rec (pid, FALSE)->h, 0) == WAIT_OBJECT_0 ? in win32_child_thread_alive()
|