* gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
authorJim Blandy <jimb@codesourcery.com>
Thu, 17 Aug 2006 18:47:49 +0000 (18:47 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 17 Aug 2006 18:47:49 +0000 (18:47 +0000)
responses.

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

index e4e8a8a490a23f82240eefd38d82373e07fe42b3..f89a736ccc202c82747675380de5a11cc9fd3479 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-17  Jim Blandy  <jimb@codesourcery.com>
+
+       * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
+       responses.
+
 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
 
        * gdb.texinfo (Source Path): Add documentation for new
index a8b2b2333c107bee6d3ec30be6c591c88b2df258..d87e42da746126b8ad1f124ffa7ef8e672a3532c 100644 (file)
@@ -23293,14 +23293,17 @@ components.
 
 @item S @var{AA}
 The program received signal number @var{AA} (a two-digit hexidecimal
-number).
+number).  This is equivalent to a @samp{T} response with no
+@var{n}:@var{r} pairs.
 
 @item T @var{AA} @var{n1}:@var{r1};@var{n2}:@var{r2};@dots{}
 @cindex @samp{T} packet reply
 The program received signal number @var{AA} (a two-digit hexidecimal
-number).  Single-step and breakpoint traps are reported this way.  The
-@samp{@var{n}:@var{r}} pairs give the values of important registers or
-other information:
+number).  This is equivalent to an @samp{S} response, except that the
+@samp{@var{n}:@var{r}} pairs can carry values of important registers
+and other information directly in the stop reply packet, reducing
+round-trip latency.  Single-step and breakpoint traps are reported
+this way.  Each @samp{@var{n}:@var{r}} pair is interpreted as follows:
 @enumerate
 @item
 If @var{n} is a hexidecimal number, it is a register number, and the
This page took 0.04068 seconds and 4 git commands to generate.