Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDremote.h62 extern void (*target_wait_loop_hook) (void);
HDremote.c1027 void (*target_wait_loop_hook) (void); variable
2901 if (target_wait_loop_hook) in remote_wait()
2902 (*target_wait_loop_hook) (); in remote_wait()
3092 if (target_wait_loop_hook) in remote_async_wait()
3093 (*target_wait_loop_hook) (); in remote_async_wait()