mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 03:54:29 +00:00
2004-09-27 Andrew Cagney <cagney@gnu.org>
Robert Picco <Robert.Picco@hp.com> * gdb.texinfo (Packets): Document the "p" packet.
This commit is contained in:
parent
2f604c289b
commit
2e868123fa
@ -1,3 +1,8 @@
|
||||
2004-09-27 Andrew Cagney <cagney@gnu.org>
|
||||
Robert Picco <Robert.Picco@hp.com>
|
||||
|
||||
* gdb.texinfo (Packets): Document the "p" packet.
|
||||
|
||||
2004-09-21 Jason Molenda (jmolenda@apple.com)
|
||||
|
||||
* gdb.texinfo (Paths and Names of the Source Files): Document the
|
||||
|
@ -19963,17 +19963,20 @@ Reserved for future use.
|
||||
|
||||
@item @code{O} --- reserved
|
||||
|
||||
Reserved for future use.
|
||||
|
||||
@item @code{p}@var{n@dots{}} --- read reg @strong{(reserved)}
|
||||
@item @code{p}@var{hex number of register} --- read register packet
|
||||
@cindex @code{p} packet
|
||||
|
||||
@xref{write register packet}.
|
||||
@xref{read registers packet}, for a description of how the returned
|
||||
register value is encoded.
|
||||
|
||||
Reply:
|
||||
@table @samp
|
||||
@item @var{r@dots{}.}
|
||||
The hex encoded value of the register in target byte order.
|
||||
@item @var{XX@dots{}}
|
||||
the register's value
|
||||
@item E@var{NN}
|
||||
for an error
|
||||
@item
|
||||
Indicating an unrecognized @var{query}.
|
||||
@end table
|
||||
|
||||
@item @code{P}@var{n@dots{}}@code{=}@var{r@dots{}} --- write register
|
||||
|
Loading…
x
Reference in New Issue
Block a user