mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
gdb/
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2012-01-02 Yao Qi <yao@codesourcery.com>
|
||||||
|
|
||||||
|
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
|
||||||
|
|
||||||
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
Joel Brobecker <brobecker@adacore.com>
|
Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
@ -590,7 +590,7 @@ inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object,
|
|||||||
struct ptrace_io_desc piod;
|
struct ptrace_io_desc piod;
|
||||||
|
|
||||||
if (writebuf)
|
if (writebuf)
|
||||||
return -1;
|
return -1;
|
||||||
piod.piod_op = PIOD_READ_AUXV;
|
piod.piod_op = PIOD_READ_AUXV;
|
||||||
piod.piod_addr = readbuf;
|
piod.piod_addr = readbuf;
|
||||||
piod.piod_offs = (void *) (long) offset;
|
piod.piod_offs = (void *) (long) offset;
|
||||||
|
Reference in New Issue
Block a user