Home
last modified time | relevance | path

Searched refs:thread_rec (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwince.c154 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 Dwin32-nat.c230 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 DChangeLog-19984201 (thread_rec): New function.
H A DChangeLog-20005268 * win32-nat.c (thread_rec): Be more defensive about suspending already
H A DChangeLog-20011144 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
H A DChangeLog-200378 (thread_rec): Don't reload thread context here. Just set a flag.
H A DChangeLog-200213556 (thread_rec): Set dr array if id is the thread of current_event .