gdb/doc: Remove mention of vCont's default actions
authorPedro Alves <palves@redhat.com>
Sat, 29 Oct 2016 15:07:31 +0000 (16:07 +0100)
committerPedro Alves <palves@redhat.com>
Sat, 29 Oct 2016 15:07:31 +0000 (16:07 +0100)
Discussion with qemu folks suggests that the vCont description could
be even simpler and clearer.  Given we now say:

 For each inferior thread, the leftmost action with a matching
 thread-id is applied.

There's really no need to even talk about "default" actions, which
raises doubts about whether "default" is special in some way (it's
not).

See <https://lists.gnu.org/archive/html/qemu-devel/2016-10/msg06944.html>.

gdb/doc/ChangeLog:
2016-10-29  Pedro Alves  <palves@redhat.com>

* gdb.texinfo (Packets) <vCont>: Remove mention of default
actions.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 5e87ac45cdb0404d13fb6edc6d79e9bbee78e4c9..3b02742a4f3d52809c72c2fc3dd88f7ef88b3ca6 100644 (file)
@@ -1,3 +1,8 @@
+2016-10-29  Pedro Alves  <palves@redhat.com>
+
+       * gdb.texinfo (Packets) <vCont>: Remove mention of default
+       actions.
+
 2016-10-26  Pedro Alves  <palves@redhat.com>
 
        * gdb.texinfo (Packets): Clarify vCont packets with multiple
index d636a16f8b54d34e6c4b630f0ad0ffc02f56b220..df548dc1a7334a0f9dcae3952cf00eb01f122498 100644 (file)
@@ -35538,9 +35538,8 @@ syntax described in @ref{thread-id syntax}.  If multiprocess
 extensions (@pxref{multiprocess extensions}) are supported, actions
 can be specified to match all threads in a process by using the
 @samp{p@var{pid}.-1} form of the @var{thread-id}.  An action with no
-@var{thread-id} is called the default action and matches all threads.
-Specifying multiple default actions is an error; specifying no actions
-is also an error.
+@var{thread-id} matches all threads.  Specifying no actions is an
+error.
 
 Currently supported actions are:
 
This page took 0.050817 seconds and 4 git commands to generate.