* gdb.texinfo (General Query Packets): Specify that thread ID's in
authorJim Blandy <jimb@codesourcery.com>
Wed, 8 Dec 2004 05:28:31 +0000 (05:28 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 8 Dec 2004 05:28:31 +0000 (05:28 +0000)
the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
numbers.

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

index 7283bdea7aa40fcc5085651bab661e305aa65cde..a813c262bd99dd0f706acee026933e13ee30b353 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-07  Jim Blandy  <jimb@redhat.com>
+
+       * gdb.texinfo (General Query Packets): Specify that thread ID's in
+       the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
+       numbers.
+
 2004-12-07  Andreas Schwab  <schwab@suse.de>
 
        * gdb.texinfo (Mode Options): Document -l option.
index bf59d71bb1f4e042147e12ece87dc6c3f7227136..1f606f67cf81d9e943a5ebb14c49667c02c3e70a 100644 (file)
@@ -20834,7 +20834,7 @@ Return the current thread id.
 Reply:
 @table @samp
 @item @code{QC}@var{pid}
-Where @var{pid} is a HEX encoded 16 bit process id.
+Where @var{pid} is an unsigned hexidecimal process id.
 @item *
 Any other reply implies the old pid.
 @end table
@@ -20863,10 +20863,10 @@ a comma-separated list of thread ids
 @end table
 
 In response to each query, the target will reply with a list of one or
-more thread ids, in big-endian hex, separated by commas.  @value{GDBN}
-will respond to each reply with a request for more thread ids (using the
-@code{qs} form of the query), until the target responds with @code{l}
-(lower-case el, for @code{'last'}).
+more thread ids, in big-endian unsigned hex, separated by commas.
+@value{GDBN} will respond to each reply with a request for more thread
+ids (using the @code{qs} form of the query), until the target responds
+with @code{l} (lower-case el, for @code{'last'}).
 
 @item @code{q}@code{ThreadExtraInfo}@code{,}@var{id} --- extra thread info
 
This page took 0.048579 seconds and 4 git commands to generate.