Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dwindows-nat.c146 static windows_per_inferior windows_process; variable
264 = windows_process.thread_rec (inferior_ptid, DONT_INVALIDATE_CONTEXT); in stopped_by_sw_breakpoint()
567 if ((th = windows_process.thread_rec (ptid, DONT_INVALIDATE_CONTEXT))) in add_thread()
574 if (windows_process.wow64_process) in add_thread()
578 windows_process.thread_list.emplace_back (th); in add_thread()
603 windows_process.thread_list.clear (); in windows_init_thread_list()
631 auto iter = std::find_if (windows_process.thread_list.begin (), in delete_thread()
632 windows_process.thread_list.end (), in delete_thread()
638 if (iter != windows_process.thread_list.end ()) in delete_thread()
639 windows_process.thread_list.erase (iter); in delete_thread()
[all …]