diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 18:50:52 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 18:50:52 +0000 |
commit | 29fc92e81a646ff165d56f2dff41ba8bdf9340ba (patch) | |
tree | 7d7cb7c86e1e53bb1f7fd319c5574adf077088b5 /gdb | |
parent | 8a1f1fbab096f73a8ce4163661f2c4782185e98b (diff) | |
download | gdb-29fc92e81a646ff165d56f2dff41ba8bdf9340ba.zip gdb-29fc92e81a646ff165d56f2dff41ba8bdf9340ba.tar.gz gdb-29fc92e81a646ff165d56f2dff41ba8bdf9340ba.tar.bz2 |
* remote-e7000.c: Replace "snoop" command (e7000_noecho) with
remote_debug.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e92a61d..10bbb4d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Sat Feb 5 08:03:41 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + * remote-e7000.c: Replace "snoop" command (e7000_noecho) with + remote_debug. + * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast to unsigned int. @@ -17,7 +20,7 @@ Fri Feb 4 15:53:18 1994 Steve Chamberlain (sac@cygnus.com) pc is memory model dependent. (segmented_command, unsegmented_command, _initialize_h8500_tdep): New commands to change memory model. - * remote-7000.c (initialize_remote_e7000): Change name of snoop + * remote-e7000.c (_initialize_remote_e7000): Change name of snoop command. * remote-hms.c (hms_load): Remove breakpoints when loaded. (hms_wait): Use new status structure |