Home
last modified time | relevance | path

Searched refs:deprecated_call_command_hook (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dtop.c278 void (*deprecated_call_command_hook) (struct cmd_list_element * c, char *cmd, variable
730 else if (deprecated_call_command_hook) in execute_command()
731 deprecated_call_command_hook (c, arg, from_tty & caution); in execute_command()
H A Dinterps.c340 deprecated_call_command_hook = 0; in clear_interpreter_hooks()
H A Ddefs.h1216 extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
H A DChangeLog7523 (deprecated_call_command_hook, deprecated_set_hook)
/openbsd-src/gnu/usr.bin/binutils/gdb/mi/
H A Dmi-interp.c353 deprecated_call_command_hook = 0; in mi_command_loop()