Browse Source

* gdb.texinfo: Proofreading changes from Brian Youmans.

binutils-2_11-branch
Eli Zaretskii 27 years ago
parent
commit
598ca718d0
  1. 4
      gdb/doc/ChangeLog
  2. 25
      gdb/doc/gdb.texinfo

4
gdb/doc/ChangeLog

@ -1,3 +1,7 @@
2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
* gdb.texinfo: Proofreading changes from Brian Youmans.
2000-05-01 Nick Duffek <nsd@cygnus.com> 2000-05-01 Nick Duffek <nsd@cygnus.com>
* gdb.texinfo (Command Files): Mention -x, use @enumerate for * gdb.texinfo (Command Files): Mention -x, use @enumerate for

25
gdb/doc/gdb.texinfo

@ -8754,7 +8754,7 @@ void (*exceptionHook)() = 0;
@noindent @noindent
but if before calling @code{set_debug_traps}, you set it to point to a but if before calling @code{set_debug_traps}, you set it to point to a
function in your program; that function is called when function in your program, that function is called when
@code{@value{GDBN}} continues after stopping on a trap (for example, bus @code{@value{GDBN}} continues after stopping on a trap (for example, bus
error). The function indicated by @code{exceptionHook} is called with error). The function indicated by @code{exceptionHook} is called with
one parameter: an @code{int} which is the exception number. one parameter: an @code{int} which is the exception number.
@ -8928,7 +8928,7 @@ So:
@noindent @noindent
means the same as "0000". means the same as "0000".
The error response, returned for some packets includes a two character The error response returned for some packets includes a two character
error number. That number is not well defined. error number. That number is not well defined.
For any @var{command} not supported by the stub, an empty response For any @var{command} not supported by the stub, an empty response
@ -8942,7 +8942,7 @@ optional.
Below is a complete list of all currently defined @var{command}s and Below is a complete list of all currently defined @var{command}s and
their corresponding response @var{data}: their corresponding response @var{data}:
@page
@multitable @columnfractions .30 .30 .40 @multitable @columnfractions .30 .30 .40
@item Packet @item Packet
@tab Request @tab Request
@ -8952,7 +8952,7 @@ their corresponding response @var{data}:
@tab @code{!} @tab @code{!}
@tab @tab
Use the extended remote protocol. Sticky---only needs to be set once. Use the extended remote protocol. Sticky---only needs to be set once.
The extended remote protocol support the @samp{R} packet. The extended remote protocol supports the @samp{R} packet.
@item @item
@tab reply @samp{} @tab reply @samp{}
@tab @tab
@ -8977,6 +8977,9 @@ and continue.
@item set program arguments @strong{(reserved)} @item set program arguments @strong{(reserved)}
@tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...} @tab @code{A}@var{arglen}@code{,}@var{argnum}@code{,}@var{arg}@code{,...}
@tab @tab
@item
@tab
@tab
Initialized @samp{argv[]} array passed into program. @var{arglen} Initialized @samp{argv[]} array passed into program. @var{arglen}
specifies the number of bytes in the hex encoded byte stream @var{arg}. specifies the number of bytes in the hex encoded byte stream @var{arg}.
See @file{gdbserver} for more details. See @file{gdbserver} for more details.
@ -9023,7 +9026,7 @@ Continue with signal @var{sig} (hex signal number). If
@tab reply @tab reply
@tab see below @tab see below
@item toggle debug @emph{(deprecated)} @item toggle debug @strong{(deprecated)}
@tab @code{d} @tab @code{d}
@tab @tab
toggle debug flag. toggle debug flag.
@ -9036,7 +9039,7 @@ Detach @value{GDBN} from the remote system. Sent to the remote target before
@item @item
@tab reply @emph{no response} @tab reply @emph{no response}
@tab @tab
@value{GDBN} does not check for any response after sending this packet @value{GDBN} does not check for any response after sending this packet.
@item reserved @item reserved
@tab @code{e} @tab @code{e}
@ -9219,7 +9222,7 @@ digits for each byte in the register (target byte order).
@item general query @item general query
@tab @code{q}@var{query} @tab @code{q}@var{query}
@tab @tab
Request info about @var{query}. In general @value{GDBN} @var{query}'s Request info about @var{query}. In general @value{GDBN} queries
have a leading upper case letter. Custom vendor queries should use a have a leading upper case letter. Custom vendor queries should use a
company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may company prefix (in lower case) ex: @samp{qfsf.var}. @var{query} may
optionally be followed by a @samp{,} or @samp{;} separated list. Stubs optionally be followed by a @samp{,} or @samp{;} separated list. Stubs
@ -9240,7 +9243,7 @@ must ensure that they match the full @var{query} name.
Set value of @var{var} to @var{val}. See @samp{q} for a discussing of Set value of @var{var} to @var{val}. See @samp{q} for a discussing of
naming conventions. naming conventions.
@item reset @emph{(deprecated)} @item reset @strong{(deprecated)}
@tab @code{r} @tab @code{r}
@tab @tab
Reset the entire system. Reset the entire system.
@ -9534,6 +9537,9 @@ offset to the @code{Bss} section.}
@item thread info request @item thread info request
@tab @code{q}@code{P}@var{mode}@var{threadid} @tab @code{q}@code{P}@var{mode}@var{threadid}
@tab @tab
@item
@tab
@tab
Returns information on @var{threadid}. Where: @var{mode} is a hex Returns information on @var{threadid}. Where: @var{mode} is a hex
encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID. encoded 32 bit mode; @var{threadid} is a hex encoded 64 bit thread ID.
@item @item
@ -9544,6 +9550,9 @@ See @code{remote.c:remote_unpack_thread_info_response()}.
@item remote command @item remote command
@tab @code{q}@code{Rcmd,}@var{COMMAND} @tab @code{q}@code{Rcmd,}@var{COMMAND}
@tab @tab
@item
@tab
@tab
@var{COMMAND} (hex encoded) is passed to the local interpreter for @var{COMMAND} (hex encoded) is passed to the local interpreter for
execution. Invalid commands should be reported using the output string. execution. Invalid commands should be reported using the output string.
Before the final result packet, the target may also respond with a Before the final result packet, the target may also respond with a

Loading…
Cancel
Save