Home
last modified time | relevance | path

Searched refs:deprecated_command_loop_hook (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-interp.c130 deprecated_command_loop_hook = mi1_command_loop; in mi_interpreter_resume()
132 deprecated_command_loop_hook = mi2_command_loop; in mi_interpreter_resume()
134 deprecated_command_loop_hook = mi3_command_loop; in mi_interpreter_resume()
136 deprecated_command_loop_hook = mi2_command_loop; in mi_interpreter_resume()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dinterps.c273 if (deprecated_command_loop_hook != NULL) in current_interp_command_loop()
274 deprecated_command_loop_hook (); in current_interp_command_loop()
343 deprecated_command_loop_hook = 0; in clear_interpreter_hooks()
H A Dmain.c778 if (deprecated_command_loop_hook) in captured_main()
779 deprecated_command_loop_hook (); in captured_main()
H A Ddefs.h1187 extern void (*deprecated_command_loop_hook) (void);
H A Dtop.c207 void (*deprecated_command_loop_hook) (void); variable
H A DChangeLog7512 (deprecated_command_loop_hook, deprecated_show_load_progress)