Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dinterps.c325 if (deprecated_command_loop_hook != NULL) in current_interp_command_loop()
326 deprecated_command_loop_hook (); in current_interp_command_loop()
389 deprecated_command_loop_hook = 0; in clear_interpreter_hooks()
H A Ddefs.h720 extern void (*deprecated_command_loop_hook) (void);
H A Dtop.c213 void (*deprecated_command_loop_hook) (void); variable
/dflybsd-src/contrib/gdb-7/gdb/mi/
H A Dmi-interp.c199 deprecated_command_loop_hook = mi1_command_loop; in mi_interpreter_resume()
201 deprecated_command_loop_hook = mi2_command_loop; in mi_interpreter_resume()
203 deprecated_command_loop_hook = mi3_command_loop; in mi_interpreter_resume()
205 deprecated_command_loop_hook = mi2_command_loop; in mi_interpreter_resume()