gdb/doc: Clarify vCont packet description
authorPedro Alves <palves@redhat.com>
Wed, 26 Oct 2016 10:08:27 +0000 (11:08 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 26 Oct 2016 15:22:05 +0000 (16:22 +0100)
commitca6eff59089ff1a1772ac95d4890f94b3eef2796
tree4f756dc01f03d45f6be0a623903e1c0523e8981b
parentef4a339527a41802fbab70af25d6e4788f35dcc8
gdb/doc: Clarify vCont packet description

Specifically, what happens with multiple actions that could match a
thread, and what happens when we get a vCont action that matches a
thread that was already running.  E.g., what does:

 "vCont;s:2"
 "vCont;s:1;c"

mean for thread 2.

(Thread 2 continues stepping.)

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

* gdb.texinfo (Packets): Clarify vCont packets with multiple
actions that match a thread, and what happens when an action
matches a thread that is already running.
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
This page took 0.025007 seconds and 4 git commands to generate.