Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
H A Dtop.c272 void (*deprecated_call_command_hook) (struct cmd_list_element * c, variable
481 else if (deprecated_call_command_hook) in execute_command()
482 deprecated_call_command_hook (c, arg, from_tty); in execute_command()
H A Ddefs.h748 extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
H A Dinterps.c387 deprecated_call_command_hook = 0; in clear_interpreter_hooks()