diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-06-04 18:07:32 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 1998-06-04 18:07:32 +0000 |
commit | ecc6e8426e12d884bb5aecd87dc23d65fca03197 (patch) | |
tree | 86bb00d2c793ae0c2369fb08d541cfc3e7555100 /gdb/ChangeLog | |
parent | 0005424512c023401553fefbead175775534af54 (diff) | |
download | gdb-ecc6e8426e12d884bb5aecd87dc23d65fca03197.zip gdb-ecc6e8426e12d884bb5aecd87dc23d65fca03197.tar.gz gdb-ecc6e8426e12d884bb5aecd87dc23d65fca03197.tar.bz2 |
Thu Jun 4 10:15:03 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* remote.c: merged.
- Jim Blandy <jimb@zwingli.cygnus.com>
(print_packet, remote_packet_command): New functions.
(_initialize_remote): Register the remote-packet command.
- David Taylor <taylor@texas.cygnus.com>
(_initialize_remote): remote-compare is now
compare-sections.
- Elena Zannoni <ezannoni@kwikemart.cygnus.com>
(remote_compare_command): added warning, issued in case
of mismatch only.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 01e2496..6d76876 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +Thu Jun 4 10:15:03 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> + + * remote.c: merged. + + - Jim Blandy <jimb@zwingli.cygnus.com> + (print_packet, remote_packet_command): New functions. + (_initialize_remote): Register the remote-packet command. + - David Taylor <taylor@texas.cygnus.com> + (_initialize_remote): remote-compare is now + compare-sections. + - Elena Zannoni <ezannoni@kwikemart.cygnus.com> + (remote_compare_command): added warning, issued in case + of mismatch only. + Thu Jun 4 08:25:38 1998 Michael Snyder <msnyder@cleaver.cygnus.com> * remote.c (remote_compare_command): New function, new command. |