gdb/ChangeLog:
2005-12-07 Jim Blandy <jimb@redhat.com> * target.c (target_xfer_memory_partial): Doc fix.
This commit is contained in:
parent
3d269a592e
commit
12c7def667
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2005-12-07 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* target.c (target_xfer_memory_partial): Doc fix.
|
||||
|
||||
* ax-general.c (ax_reqs): Check stack heights for backward jumps,
|
||||
too. Correctly check height at target. Doc fixes.
|
||||
|
||||
|
|
|
@ -1175,7 +1175,8 @@ target_xfer_memory (CORE_ADDR memaddr, gdb_byte *myaddr, int len, int write)
|
|||
|
||||
/* Perform a partial memory transfer.
|
||||
|
||||
Result is -1 on error, or the number of bytes transfered. */
|
||||
If we succeed, set *ERR to zero and return the number of bytes transferred.
|
||||
If we fail, set *ERR to a non-zero errno value, and return -1. */
|
||||
|
||||
static int
|
||||
target_xfer_memory_partial (CORE_ADDR memaddr, char *myaddr, int len,
|
||||
|
|
Loading…
Add table
Reference in a new issue