* mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
authorVladimir Prus <vladimir@codesourcery.com>
Sun, 29 Jun 2008 17:36:36 +0000 (17:36 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Sun, 29 Jun 2008 17:36:36 +0000 (17:36 +0000)
commit1b98914a55f307890b8fa7cf095dffb08dd0ac2f
treef03ef6bc241e19ecbe1d9854161245e2c6ac34d0
parentf57718b4c3a59a16940b6b300a6b20237631686c
* mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,
-target-download and -target-select via CLI, so that
the quoting rules are the same as they were (unfortunately)
in all prior gdb releases.
* mi/mi-cmds.h (mi_cmd_exec_run, mi_cmd_exec_until)
(mi_cmd_target_download, mi_cmd_target_select): Remove.
* mi/mi-main.c (mi_cmd_exec_run, mi_cmd_exec_until)
(mi_cmd_target_download, mi_cmd_target_select): Remove.
(mi_cmd_execute): Set current_token even for commands
routed via CLI.
gdb/ChangeLog
gdb/mi/mi-cmds.c
gdb/mi/mi-cmds.h
gdb/mi/mi-main.c