diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-03-31 14:14:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-03-31 14:14:28 +0000 |
commit | 3156cdafc88da1ae35fb8e77174c70e53a2a0992 (patch) | |
tree | a253072f730822379b430f22f2b2ef1419eedf80 /gdb | |
parent | 47426b4127477101abe2314b6f95475bfff7d300 (diff) | |
download | gdb-3156cdafc88da1ae35fb8e77174c70e53a2a0992.zip gdb-3156cdafc88da1ae35fb8e77174c70e53a2a0992.tar.gz gdb-3156cdafc88da1ae35fb8e77174c70e53a2a0992.tar.bz2 |
* gdb.texinfo (Overview): Add an index entry to "empty response".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 5af0475..875fefc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-03-31 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Overview): Add an index entry to "empty response". + 2006-03-28 Jim Blandy <jimb@codesourcery.com> * gdbint.texinfo (Prologue Analysis): New section. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b50007d..9a96dec 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22462,6 +22462,7 @@ means the same as "0000". The error response returned for some packets includes a two character error number. That number is not well defined. +@cindex empty response, to unsupported packets For any @var{command} not supported by the stub, an empty response (@samp{$#00}) should be returned. That way it is possible to extend the protocol. A newer @value{GDBN} can tell if a packet is supported based |