Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinterps.c274 if (deprecated_command_loop_hook != NULL) in current_interp_command_loop()
275 deprecated_command_loop_hook (); in current_interp_command_loop()
343 deprecated_command_loop_hook = 0; in clear_interpreter_hooks()
Dmain.c774 if (deprecated_command_loop_hook) in captured_main()
775 deprecated_command_loop_hook (); in captured_main()
Ddefs.h1090 extern void (*deprecated_command_loop_hook) (void);
Dtop.c222 void (*deprecated_command_loop_hook) (void); variable