Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcommand.h152 extern void execute_cmd_pre_hook (struct cmd_list_element *cmd);
H A Dtop.c719 execute_cmd_pre_hook (c); in execute_command()
H A Dinfrun.c3057 execute_cmd_pre_hook ((struct cmd_list_element *) cmd); in hook_stop_stub()
H A DChangeLog-200211929 (execute_cmd_pre_hook): Declare.
11931 (execute_cmd_post_hook, execute_cmd_pre_hook): New
11935 execute_cmd_pre_hook to execute pre/post commands.
11938 (hook_stop_stub): Call execute_cmd_pre_hook.
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c218 execute_cmd_pre_hook (struct cmd_list_element *c) in execute_cmd_pre_hook() function