* gdb.textinfo (Packets): Move vCont paragraph to the correct place.
This commit is contained in:
parent
e170715a07
commit
4220b2f845
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user