Searched refs:mi_execute_async_cli_command (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/mi/ |
| D | mi-main.c | 88 static void mi_execute_async_cli_command (const char *cli_command, 170 mi_execute_async_cli_command ("reverse-next", argv + 1, argc - 1); in mi_cmd_exec_next() 172 mi_execute_async_cli_command ("next", argv, argc); in mi_cmd_exec_next() 181 mi_execute_async_cli_command ("reverse-nexti", argv + 1, argc - 1); in mi_cmd_exec_next_instruction() 183 mi_execute_async_cli_command ("nexti", argv, argc); in mi_cmd_exec_next_instruction() 191 mi_execute_async_cli_command ("reverse-step", argv + 1, argc - 1); in mi_cmd_exec_step() 193 mi_execute_async_cli_command ("step", argv, argc); in mi_cmd_exec_step() 202 mi_execute_async_cli_command ("reverse-stepi", argv + 1, argc - 1); in mi_cmd_exec_step_instruction() 204 mi_execute_async_cli_command ("stepi", argv, argc); in mi_cmd_exec_step_instruction() 212 mi_execute_async_cli_command ("reverse-finish", argv + 1, argc - 1); in mi_cmd_exec_finish() [all …]
|
| D | ChangeLog-1999-2003 | 479 (mi_execute_async_cli_command): Ditto. 686 * mi-main.c (mi_execute_async_cli_command): Always initialize 1194 mi_cmd_target_select, mi_execute_async_cli_command, 1202 return_command() instead of mi_execute_async_cli_command(). 1237 * mi-main.c (mi_execute_async_cli_command): Append missing "\n" 1296 * mi-main.c (mi_execute_async_cli_command): Return ``enum 1301 (mi_execute_async_cli_command): When target is synchronous, fake 1675 * mi-main.c (mi_execute_async_cli_command): Don't do the cleanups 1684 * mi-main.c (mi_execute_async_cli_command, mi_execute_command): 1766 * mi-main.c (mi_execute_async_cli_command): Fix for native targets
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2008 | 6251 (mi_execute_async_cli_command): Replace target_executing by 6645 (mi_execute_async_cli_command): Return nothing. 6671 (mi_execute_async_cli_command): Don't print ^running here. 6785 (mi_execute_async_cli_command): Don't install continuation. Don't 8658 * mi/mi-main.c (mi_execute_async_cli_command) 8666 (mi_execute_async_cli_command): Adjust. 8685 (mi_execute_async_cli_command): Adjust. 8737 (mi_execute_async_cli_command): Simplify the string concatenation
|
| D | ChangeLog-2017 | 3242 (mi_execute_async_cli_command): Update. 6422 (mi_execute_async_cli_command): Likewise. 14903 (mi_execute_async_cli_command): Constify.
|
| D | ChangeLog-2004 | 7515 (mi_execute_cli_command, mi_execute_async_cli_command) 7516 (mi_execute_async_cli_command): Ditto.
|
| D | ChangeLog-2007 | 9633 (captured_mi_execute_command, mi_execute_async_cli_command):
|
| D | ChangeLog-2011 | 6587 * mi/mi-main.c (mi_execute_async_cli_command): Remove assertion
|
| D | ChangeLog-2009 | 11668 (mi_execute_async_cli_command): Do not print timings.
|
| D | ChangeLog-2014 | 8197 (mi_execute_async_cli_command): Use mi_async_p.
|