diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2012-01-27 09:22:59 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2012-01-27 09:22:59 +0000 |
commit | 4220b2f845b8e4474064c52c3be6804eecd6ab25 (patch) | |
tree | eb4757d422891894540ec9abf49042d8205d4c73 | |
parent | e170715a07484cbc5b7c3f3208b8c49380cb2a35 (diff) | |
download | gdb-4220b2f845b8e4474064c52c3be6804eecd6ab25.zip gdb-4220b2f845b8e4474064c52c3be6804eecd6ab25.tar.gz gdb-4220b2f845b8e4474064c52c3be6804eecd6ab25.tar.bz2 |
* gdb.textinfo (Packets): Move vCont paragraph to the correct place.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b6877e4..4986107 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-01-27 Thomas Schwinge <thomas@codesourcery.com> + + * gdb.textinfo (Packets): Move vCont paragraph to the correct place. + 2012-01-24 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index fa728db..5738d14 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34046,6 +34046,12 @@ the corresponding stop reply should indicate that the thread has stopped with signal @samp{0}, regardless of whether the target uses some other signal as an implementation detail. +The stub must support @samp{vCont} if it reports support for +multiprocess extensions (@pxref{multiprocess extensions}). Note that in +this case @samp{vCont} actions can be specified to apply to all threads +in a process by using the @samp{p@var{pid}.-1} form of the +@var{thread-id}. + Reply: @xref{Stop Reply Packets}, for the reply specifications. @@ -34078,12 +34084,6 @@ together, and sends a @samp{vFlashDone} request after each group; the stub is allowed to delay erase operation until the @samp{vFlashDone} packet is received. -The stub must support @samp{vCont} if it reports support for -multiprocess extensions (@pxref{multiprocess extensions}). Note that in -this case @samp{vCont} actions can be specified to apply to all threads -in a process by using the @samp{p@var{pid}.-1} form of the -@var{thread-id}. - Reply: @table @samp @item OK |