Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.c277 void (*call_command_hook) (struct cmd_list_element * c, char *cmd, variable
740 else if (call_command_hook) in execute_command()
741 call_command_hook (c, arg, from_tty & caution); in execute_command()
H A Dinterps.c342 call_command_hook = 0; in clear_interpreter_hooks()
H A Ddefs.h1241 extern void (*call_command_hook) (struct cmd_list_element * c,
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-interp.c361 call_command_hook = 0; in mi_command_loop()