Searched refs:windows_nat (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h46 void (*get_thread_context) (windows_nat::windows_thread_info *th);
49 void (*prepare_to_resume) (windows_nat::windows_thread_info *th);
52 void (*thread_added) (windows_nat::windows_thread_info *th);
56 windows_nat::windows_thread_info *th,
61 windows_nat::windows_thread_info *th,
64 void (*single_step) (windows_nat::windows_thread_info *th);
171 return windows_nat::disable_randomization_available ();
175 struct gdbserver_windows_process : public windows_nat::windows_process_info
177 windows_nat::windows_thread_info *thread_rec
179 windows_nat
[all...]
H A Dwin32-i386-low.cc29 using namespace windows_nat;
H A Dwin32-low.cc39 using namespace windows_nat;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h51 void (*get_thread_context) (windows_nat::windows_thread_info *th);
54 void (*prepare_to_resume) (windows_nat::windows_thread_info *th);
57 void (*thread_added) (windows_nat::windows_thread_info *th);
61 windows_nat::windows_thread_info *th,
66 windows_nat::windows_thread_info *th,
69 void (*single_step) (windows_nat::windows_thread_info *th);
173 extern void win32_require_context (windows_nat::windows_thread_info *th);
H A Dwin32-low.cc39 using namespace windows_nat;
213 windows_nat::thread_rec (ptid_t ptid, thread_disposition_type disposition)
818 windows_nat::handle_output_debug_string (struct target_waitstatus *ourstatus)
1298 windows_nat::handle_load_dll ()
1314 windows_nat::handle_unload_dll ()
1361 windows_nat::handle_ms_vc_exception (const EXCEPTION_RECORD *rec)
1369 windows_nat::handle_access_violation (const EXCEPTION_RECORD *rec)
H A Dwin32-i386-low.cc29 using namespace windows_nat;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.h31 namespace windows_nat namespace
H A Dwindows-nat.c23 namespace windows_nat
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.h32 namespace windows_nat namespace
H A Dwindows-nat.c34 namespace windows_nat
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dwindows-nat.c75 using namespace windows_nat; variable
396 windows_nat::thread_rec (ptid_t ptid, thread_disposition_type disposition)
867 windows_nat::handle_load_dll ()
903 windows_nat::handle_unload_dll ()
990 windows_nat::handle_output_debug_string (struct target_waitstatus *ourstatus)
1206 windows_nat::handle_ms_vc_exception (const EXCEPTION_RECORD *rec)
1245 windows_nat::handle_access_violation (const EXCEPTION_RECORD *rec)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c78 using namespace windows_nat; variable

Completed in 282 milliseconds