* gdb.texinfo (Packets): Change description of 'D' packet to note

that GDB does wait for a response.
This commit is contained in:
Nathan J. Williams 2005-07-02 15:39:48 +00:00
parent 5ce4677562
commit 10fac09652
2 changed files with 9 additions and 2 deletions

View file

@ -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> 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (History) Rename "Command History". * gdb.texinfo (History) Rename "Command History".

View file

@ -22058,8 +22058,10 @@ before @value{GDBN} disconnects via the @code{detach} command.
Reply: Reply:
@table @samp @table @samp
@item @emph{no response} @item OK
@value{GDBN} does not check for any response after sending this packet. for success
@item E@var{NN}
for an error
@end table @end table
@item @code{e} --- reserved @item @code{e} --- reserved