diff options
author | Pedro Alves <palves@redhat.com> | 2009-10-04 17:37:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-10-04 17:37:57 +0000 |
commit | 08a0efd07a826b0630fa15cb07241558d184582c (patch) | |
tree | ec2cb63e5c46141bee027e85b95b87a78edd3279 /gdb/doc/gdb.texinfo | |
parent | d166c213e04f3d9a41cb0f708e49e882a920b523 (diff) | |
download | gdb-08a0efd07a826b0630fa15cb07241558d184582c.zip gdb-08a0efd07a826b0630fa15cb07241558d184582c.tar.gz gdb-08a0efd07a826b0630fa15cb07241558d184582c.tar.bz2 |
* gdb.texinfo (Remote Protocol): Don't mention vCont;T.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 07b325d..a659b65 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -28220,16 +28220,14 @@ Step. Step with signal @var{sig}. The signal @var{sig} should be two hex digits. @item t Stop. -@item T @var{sig} -Stop with signal @var{sig}. The signal @var{sig} should be two hex digits. @end table The optional argument @var{addr} normally associated with the @samp{c}, @samp{C}, @samp{s}, and @samp{S} packets is not supported in @samp{vCont}. -The @samp{t} and @samp{T} actions are only relevant in non-stop mode -(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise. +The @samp{t} action is only relevant in non-stop mode +(@pxref{Remote Non-Stop}) and may be ignored by the stub otherwise. A stop reply should be generated for any affected thread not already stopped. When a thread is stopped by means of a @samp{t} action, the corresponding stop reply should indicate that the thread has stopped with |