Searched refs:context_hook (Results 1 – 5 of 5) sorted by relevance
359 context_hook = 0; in mi_command_loop()
340 context_hook = 0; in clear_interpreter_hooks()
1780 if (context_hook) in handle_inferior_event()1781 context_hook (pid_to_thread_id (ecs->ptid)); in handle_inferior_event()1947 if (context_hook) in handle_inferior_event()1948 context_hook (pid_to_thread_id (ecs->ptid)); in handle_inferior_event()
1235 extern void (*context_hook) (int);
287 void (*context_hook) (int id); variable