Searched refs:prepare_to_resume (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h54 void (*prepare_to_resume) (windows_nat::windows_thread_info *th); member in struct:win32_target_ops
H A Dwin32-low.cc187 if (the_low_target.prepare_to_resume != NULL)
188 (*the_low_target.prepare_to_resume) (th);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h49 void (*prepare_to_resume) (windows_nat::windows_thread_info *th); member in struct:win32_target_ops
H A Dwin32-low.cc120 if (the_low_target.prepare_to_resume != NULL)
121 (*the_low_target.prepare_to_resume) (th);

Completed in 89 milliseconds