Home | History | Annotate | Download | only in gdbserver

Lines Matching refs:windows_nat

53   void (*get_thread_context) (windows_nat::windows_thread_info *th);
56 void (*prepare_to_resume) (windows_nat::windows_thread_info *th);
59 void (*thread_added) (windows_nat::windows_thread_info *th);
63 windows_nat::windows_thread_info *th,
68 windows_nat::windows_thread_info *th,
71 void (*single_step) (windows_nat::windows_thread_info *th);
178 return windows_nat::disable_randomization_available ();
182 struct gdbserver_windows_process : public windows_nat::windows_process_info
184 windows_nat::windows_thread_info *thread_rec
186 windows_nat::thread_disposition_type disposition) override;
219 extern void win32_require_context (windows_nat::windows_thread_info *th);