Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-nat.c94 windows_thread_info *thread_rec (ptid_t ptid,
264 = windows_process.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT); in stopped_by_sw_breakpoint()
521 windows_per_inferior::thread_rec in thread_rec() function
567 if ((th = windows_process.thread_rec (ptid, DONT_INVALIDATE_CONTEXT))) in add_thread()
720 = windows_process.thread_rec (regcache->ptid (), INVALIDATE_CONTEXT); in fetch_registers()
825 = windows_process.thread_rec (regcache->ptid (), INVALIDATE_CONTEXT); in store_registers()
1179 = windows_process.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT); in display_selectors()
1453 th = windows_process.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT); in resume()
1591 = windows_process.thread_rec (ptid, INVALIDATE_CONTEXT); in get_windows_debug_event()
1815 = windows_process.thread_rec (ptid, INVALIDATE_CONTEXT); in get_windows_debug_event()
[all …]
DChangeLog-202012993 (windows_nat::thread_rec): Rename from thread_rec. No longer
13003 (thread_rec): Declare.
13042 (thread_rec): Replace "get_context" parameter with "disposition";
13053 * windows-nat.c (thread_rec): Use windows_thread_info::suspend.
13082 * windows-nat.c (thread_rec)
13104 (thread_rec, windows_add_thread, windows_delete_thread)
13112 (thread_rec, windows_add_thread, windows_init_thread_list)
DChangeLog-20136462 * window-nat.c (thread_rec): Add missing empty line after
6467 * windows-nat.c (thread_rec): Revert format used to print
6478 * window-nat.c (thread_rec): Add thread ID in SuspendThread
DChangeLog-2015840 * win32-low.c (thread_rec, delete_thread_info)
9057 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
DChangeLog-19984201 (thread_rec): New function.
DChangeLog-20005268 * win32-nat.c (thread_rec): Be more defensive about suspending already
DChangeLog-20011144 (thread_rec): Use new CONTEXT_DEBUGGER_DR macro.
DChangeLog-2007747 (thread_rec): Only suspend the thread if it wasn't suspended by
DChangeLog-20149508 * windows-nat.c (thread_rec): Don't display a warning when
DChangeLog-200213542 (thread_rec): Set dr array if id is the thread of current_event .
DChangeLog-200378 (thread_rec): Don't reload thread context here. Just set a flag.