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:
e5a6795
)
* ax-general.c (ax_pick): Add missing newline.
author
Tom Tromey
<tromey@redhat.com>
Wed, 23 Feb 2011 21:02:47 +0000
(21:02 +0000)
committer
Tom Tromey
<tromey@redhat.com>
Wed, 23 Feb 2011 21:02:47 +0000
(21:02 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/ax-general.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 3c7ce234b3c41d28673df8a96d4739f03af96a47..bc358a016201db13a25a8885d558101be3656ddf 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2011-02-23 Tom Tromey <tromey@redhat.com>
+
+ * ax-general.c (ax_pick): Add missing newline.
+
2011-02-23 Michael Snyder <msnyder@vmware.com>
* breakpoint.c (breakpoint_1): Change first argument from an int
diff --git
a/gdb/ax-general.c
b/gdb/ax-general.c
index 95092e6c31cd870566886fc3bdb1b9df362500d4..62c382cc5d70f3055cce2be5af24476f00be4b38 100644
(file)
--- a/
gdb/ax-general.c
+++ b/
gdb/ax-general.c
@@
-145,6
+145,7
@@
ax_simple (struct agent_expr *x, enum agent_op op)
/* Append a pick operator to EXPR. DEPTH is the stack item to pick,
with 0 being top of stack. */
+
void
ax_pick (struct agent_expr *x, int depth)
{