diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-07 15:02:12 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-12-07 15:02:12 +0000 |
commit | 49d03eab05e8f80cffaf764d4d26932bf00519d6 (patch) | |
tree | c36ea6df2ae30a7f9d86841f65f4a91483077523 /gdb/ChangeLog | |
parent | 27524b67e16c96d7f8a266e99979ceb6ae953bc9 (diff) | |
download | gdb-49d03eab05e8f80cffaf764d4d26932bf00519d6.zip gdb-49d03eab05e8f80cffaf764d4d26932bf00519d6.tar.gz gdb-49d03eab05e8f80cffaf764d4d26932bf00519d6.tar.bz2 |
* target.c (update_current_target): Inherit to_log_command.
* target.h (struct target_ops). Add to_log_command.
(target_log_command): New macro.
* top.c (execute_command): Call target_log_command() rather than
serial_log_command().
* monitor.c (init_base_monitor_ops): Initialize to_log_command.
* remote-m32r-sdi.c (init_m32r_ops): Likewise.
* remote-mips.c (_initialize_remote_mips): Likewise.
* remote.c (init_remote_ops): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 583e090..3fa5d5b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2007-12-07 Maciej W. Rozycki <macro@mips.com> + + * target.c (update_current_target): Inherit to_log_command. + * target.h (struct target_ops). Add to_log_command. + (target_log_command): New macro. + * top.c (execute_command): Call target_log_command() rather than + serial_log_command(). + * monitor.c (init_base_monitor_ops): Initialize to_log_command. + * remote-m32r-sdi.c (init_m32r_ops): Likewise. + * remote-mips.c (_initialize_remote_mips): Likewise. + * remote.c (init_remote_ops): Likewise. + 2007-12-06 Daniel Jacobowitz <dan@codesourcery.com> * infrun.c (init_wait_for_inferior): Reset target_last_wait_ptid. |