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:
d504301
)
gdb/
author
Yao Qi
<yao@codesourcery.com>
Mon, 22 Apr 2013 09:34:27 +0000
(09:34 +0000)
committer
Yao Qi
<yao@codesourcery.com>
Mon, 22 Apr 2013 09:34:27 +0000
(09:34 +0000)
* infrun.c: Fix typo in comment.
gdb/ChangeLog
patch
|
blob
|
history
gdb/infrun.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 42bc3a1a0e6a4fb5e4ddd991a5e44fd0b3762d3e..d6014ce18de1ad6ccc3c28deb5cc89b632b5ceef 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2013-04-22 Yao Qi <yao@codesourcery.com>
+
+ * infrun.c: Fix typo in comment.
+
2013-04-22 Andrew Haley <aph@redhat.com>
* arm-tdep.c (BranchDest): Cast result as "unsigned long",
diff --git
a/gdb/infrun.c
b/gdb/infrun.c
index 7031ecc3f083de65f37b26f5ea68820daf48ca54..5d6a9afba57826db87911a1b785cbf4ca6526c8f 100644
(file)
--- a/
gdb/infrun.c
+++ b/
gdb/infrun.c
@@
-806,7
+806,7
@@
handle_vfork_child_exec_or_exit (int exec)
}
}
-/* Enum strings for "set|show
displaced-stepping
". */
+/* Enum strings for "set|show
follow-exec-mode
". */
static const char follow_exec_mode_new[] = "new";
static const char follow_exec_mode_same[] = "same";