Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/mi/
Dmi-main.h61 extern void mi_execute_cli_command (const char *cmd, bool args_p,
Dmi-cmds.c90 mi_execute_cli_command (m_cli_name, m_args_p, args); in invoke()
Dmi-main.c425 mi_execute_cli_command (run_cmd, async_p, in run_one_inferior()
480 mi_execute_cli_command (run_cmd, async_p, in mi_cmd_exec_run()
2159 mi_execute_cli_command (const char *cmd, bool args_p, const char *args) in mi_execute_cli_command() function
DChangeLog-1999-200355 * mi-main.c (mi_execute_cli_command): Add "args_p" parameter, make
1252 "%s" to mi_execute_cli_command to stop core dumps.
1867 mi_execute_command, mi_cmd_execute, mi_execute_cli_command,
1870 (mi_execute_cli_command): Remove parameter no longer needed.
1877 (mi_execute_cli_command): Add a new parameter for the numeric
/netbsd/src/external/gpl3/gdb/dist/gdb/
DChangeLog-20173241 * mi/mi-main.c (mi_execute_cli_command): Update.
6421 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
DChangeLog-20047515 (mi_execute_cli_command, mi_execute_async_cli_command)
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git152505 gdb/mi: int to bool conversion in mi_execute_cli_command
152506 Change an argument of mi_execute_cli_command from int to bool. Update
152507 the callers to take this into account. Within mi_execute_cli_command,