diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-03 14:51:22 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-03 14:51:22 +0000 |
commit | 3bb27ebf8a910b06f9a5eb56f71f53cce889cc6c (patch) | |
tree | ad372a527a4c84d47347d673c459ca9bfa836be8 | |
parent | ab18bba082a881e822b79dfe2bdeb558e63f11a8 (diff) | |
download | gdb-3bb27ebf8a910b06f9a5eb56f71f53cce889cc6c.zip gdb-3bb27ebf8a910b06f9a5eb56f71f53cce889cc6c.tar.gz gdb-3bb27ebf8a910b06f9a5eb56f71f53cce889cc6c.tar.bz2 |
* gdbserver/server.c (main): Silently accept all unrecognized
requests and send back a zero length acknowledge. That is what
*-stub.c do and is what remote.c expects.
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 62e3c40..e55947a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Oct 3 07:48:34 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdbserver/server.c (main): Silently accept all unrecognized + requests and send back a zero length acknowledge. That is what + *-stub.c do and is what remote.c expects. + Mon Oct 3 05:11:47 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * corelow.c (core_open): Copy the modified to_sections_end |