Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/cli/
H A Dcli-script.h54 extern void execute_user_command (struct cmd_list_element *c, char *args);
H A Dcli-script.c224 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()
236 execute_user_command (c->hook_post, (char *) 0); in execute_cmd_post_hook()
253 execute_user_command (struct cmd_list_element *c, char *args) in execute_user_command() function
/freebsd-12.1/contrib/gdb/gdb/
H A Dtop.c735 execute_user_command (c, arg); in execute_command()