diff options
Diffstat (limited to 'gdb')
-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 |