Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/mi/
HDmi-main.c95 static enum mi_cmd_result mi_execute_async_cli_command (char *mi, char *args, int from_tty);
133 return mi_execute_async_cli_command ("run", args, from_tty); in mi_cmd_exec_run()
140 return mi_execute_async_cli_command ("next", args, from_tty); in mi_cmd_exec_next()
147 return mi_execute_async_cli_command ("nexti", args, from_tty); in mi_cmd_exec_next_instruction()
154 return mi_execute_async_cli_command ("step", args, from_tty); in mi_cmd_exec_step()
161 return mi_execute_async_cli_command ("stepi", args, from_tty); in mi_cmd_exec_step_instruction()
168 return mi_execute_async_cli_command ("finish", args, from_tty); in mi_cmd_exec_finish()
175 return mi_execute_async_cli_command ("until", args, from_tty); in mi_cmd_exec_until()
205 return mi_execute_async_cli_command ("continue", args, from_tty); in mi_cmd_exec_continue()
1332 mi_execute_async_cli_command (char *mi, char *args, int from_tty) in mi_execute_async_cli_command() function