projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b591446
)
gdb/
author
Yao Qi
<yao@codesourcery.com>
Mon, 2 Jan 2012 03:59:35 +0000
(
03:59
+0000)
committer
Yao Qi
<yao@codesourcery.com>
Mon, 2 Jan 2012 03:59:35 +0000
(
03:59
+0000)
* inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
gdb/ChangeLog
patch
|
blob
|
history
gdb/inf-ptrace.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index db26777db319e5e2ef4ffb1c0176e72be7d18ceb..00b39890727a9123b10440409cd8d5a65a8075f0 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
Joel Brobecker <brobecker@adacore.com>
diff --git
a/gdb/inf-ptrace.c
b/gdb/inf-ptrace.c
index 8f0d08b7a63a0974e0cbbf92e86f500df00d5ef5..cb3e559a018e8f148a015ce2645c791bafbf1d55 100644
(file)
--- a/
gdb/inf-ptrace.c
+++ b/
gdb/inf-ptrace.c
@@
-590,7
+590,7
@@
inf_ptrace_xfer_partial (struct target_ops *ops, enum target_object object,
struct ptrace_io_desc piod;
if (writebuf)
-
return -1;
+ return -1;
piod.piod_op = PIOD_READ_AUXV;
piod.piod_addr = readbuf;
piod.piod_offs = (void *) (long) offset;