diff options
author | Nathan J. Williams <nathanw@wasabisystems.com> | 2005-07-02 15:39:48 +0000 |
---|---|---|
committer | Nathan J. Williams <nathanw@wasabisystems.com> | 2005-07-02 15:39:48 +0000 |
commit | 10fac09652c8cf45cb876df87366a3dd16f6c5da (patch) | |
tree | ab59ee34f892c8b1c0f982b50624d97cdedb76b9 /gdb/doc | |
parent | 5ce4677562bee8ef365caba2be79f1b5c5bb353a (diff) | |
download | gdb-10fac09652c8cf45cb876df87366a3dd16f6c5da.zip gdb-10fac09652c8cf45cb876df87366a3dd16f6c5da.tar.gz gdb-10fac09652c8cf45cb876df87366a3dd16f6c5da.tar.bz2 |
* gdb.texinfo (Packets): Change description of 'D' packet to note
that GDB does wait for a response.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 338c72f..3d712e7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-02 Nathan J. Williams <nathanw@wasabisystems.com> + + * gdb.texinfo (Packets): Change description of 'D' packet to note + that GDB does wait for a response. + 2005-06-22 Nick Roberts <nickrob@snap.net.nz> * gdb.texinfo (History) Rename "Command History". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f5b30d1..8428172 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -22058,8 +22058,10 @@ before @value{GDBN} disconnects via the @code{detach} command. Reply: @table @samp -@item @emph{no response} -@value{GDBN} does not check for any response after sending this packet. +@item OK +for success +@item E@var{NN} +for an error @end table @item @code{e} --- reserved |