From: Nathan J. Williams Date: Sat, 2 Jul 2005 15:39:48 +0000 (+0000) Subject: * gdb.texinfo (Packets): Change description of 'D' packet to note X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=10fac09652c8cf45cb876df87366a3dd16f6c5da;p=binutils-gdb.git * gdb.texinfo (Packets): Change description of 'D' packet to note that GDB does wait for a response. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 338c72f6368..3d712e79360 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-02 Nathan J. Williams + + * gdb.texinfo (Packets): Change description of 'D' packet to note + that GDB does wait for a response. + 2005-06-22 Nick Roberts * gdb.texinfo (History) Rename "Command History". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f5b30d1a5df..84281725313 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