From 2b628194f84bbdb520e5aeb16050885a34a63bd3 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Mon, 20 Mar 2000 22:51:36 +0000 Subject: [PATCH] 2000-03-20 Michael Snyder * gdb.texinfo: Add white space to prevent overprinting in two places. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdb.texinfo | 6 ++++++ 2 files changed, 11 insertions(+) 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 + + * gdb.texinfo: Add white space to prevent overprinting in + two places. + 2000-03-17 Stan Shebs * 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 -- 2.7.4