diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-03-20 22:51:36 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-03-20 22:51:36 +0000 |
commit | 2b628194f84bbdb520e5aeb16050885a34a63bd3 (patch) | |
tree | b8f006417a163a8b360e006f18c1568c17d8cacb | |
parent | ba8966d6c3319a2d7ea06ec25ed7a15cc1be94d5 (diff) | |
download | gdb-2b628194f84bbdb520e5aeb16050885a34a63bd3.zip gdb-2b628194f84bbdb520e5aeb16050885a34a63bd3.tar.gz gdb-2b628194f84bbdb520e5aeb16050885a34a63bd3.tar.bz2 |
2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
* gdb.texinfo: Add white space to prevent overprinting in
two places.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3bc618a..b0f2654 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com> + + * gdb.texinfo: Add white space to prevent overprinting in + two places. + 2000-03-17 Stan Shebs <shebs@apple.com> * gdb.texinfo: Many minor changes from Dmitry Sivachenko diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2006857..15a0820 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9338,6 +9338,9 @@ Where @var{pid} is a HEX encoded 16 bit process id. @item query @var{LIST} or @var{threadLIST} @strong{(deprecated)} @tab @code{q}@code{L}@var{startflag}@var{threadcount}@var{nextthread} @tab +@item +@tab +@tab Obtain thread information from RTOS. Where: @var{startflag} (one hex digit) is one to indicate the first query and zero to indicate a subsequent query; @var{threadcount} (two hex digits) is the maximum @@ -9347,6 +9350,9 @@ returned in the response as @var{argthread}. @item @tab reply @code{q}@code{M}@var{count}@var{done}@var{argthread}@var{thread...} @tab +@item +@tab +@tab Where: @var{count} (two hex digits) is the number of threads being returned; @var{done} (one hex digit) is zero to indicate more threads and one indicates no further threads; @var{argthreadid} (eight hex |