Include MI command in remotelog.

* mi/mi-main.c (mi_execute_command): Call target_log_command.
This commit is contained in:
Vladimir Prus 2010-02-04 07:37:36 +00:00
parent 5c57f1be7b
commit 11334b8260
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-02-04 Vladimir Prus <vladimir@codesourcery.com>
Include MI command in remotelog.
* mi/mi-main.c (mi_execute_command): Call target_log_command.
2010-02-03 H.J. Lu <hongjiu.lu@intel.com>
* remote.c (remote_state): Remove gdbarch.

View File

@ -1541,6 +1541,8 @@ mi_execute_command (char *cmd, int from_tty)
if (cmd == 0)
quit_force (NULL, from_tty);
target_log_command (cmd);
command = mi_parse (cmd);
if (command != NULL)