Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/cli/
HDcli-script.c279 ret = execute_control_command (cmdlines); in execute_user_command()
293 execute_control_command (struct command_line *cmd) in execute_control_command() function
361 ret = execute_control_command (current); in execute_control_command()
416 ret = execute_control_command (current); in execute_control_command()
453 execute_control_command (command); in while_command()
471 execute_control_command (command); in if_command()
HDcli-script.h43 execute_control_command (struct command_line *cmd);
/NextBSD/contrib/gdb/gdb/
HDgdbcmd.h115 enum command_control_type execute_control_command (struct command_line *);
HDbreakpoint.c2066 execute_control_command (cmd); in bpstat_do_actions()