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:
Andrew Cagney 2004-09-27 19:23:25 +00:00
parent 2f604c289b
commit 2e868123fa
2 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -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