Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dcommand.h153 extern void execute_cmd_post_hook (struct cmd_list_element *cmd);
H A Dtop.c736 execute_cmd_post_hook (c); in execute_command()
H A DChangeLog-200211928 * command.h: (execute_cmd_post_hook): Declare.
11931 (execute_cmd_post_hook, execute_cmd_pre_hook): New
11934 * top.c (execute_command): Use execute_cmd_post_hook, and
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-script.c230 execute_cmd_post_hook (struct cmd_list_element *c) in execute_cmd_post_hook() function