Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-script.h52 extern void execute_user_command (struct cmd_list_element *c, char *args);
H A Dcli-script.c280 execute_user_command (c->hook_pre, (char *) 0); in execute_cmd_pre_hook()
293 execute_user_command (c->hook_post, (char *) 0); in execute_cmd_post_hook()
311 execute_user_command (struct cmd_list_element *c, char *args) in execute_user_command() function
/dflybsd-src/contrib/gdb-7/gdb/
H A Dtop.c474 execute_user_command (c, arg); in execute_command()