Include MI command in remotelog.
* mi/mi-main.c (mi_execute_command): Call target_log_command.
This commit is contained in:
parent
5c57f1be7b
commit
11334b8260
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user