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:
b2d2313
)
* target.c (target_async_permitted_1): Fix comment.
author
Doug Evans
<dje@google.com>
Mon, 29 Jul 2013 21:27:46 +0000
(21:27 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 29 Jul 2013 21:27:46 +0000
(21:27 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/target.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 015f13cc0d00f056f146c1f6619569e92b4daf94..d3c0c0b1662ca39b62c7ec69bcf1da4299e0b3f9 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
2013-07-29 Doug Evans <dje@google.com>
+ * target.c (target_async_permitted_1): Fix comment.
+
* symtab.c (iterate_over_some_symtabs): Add comment.
* symtab.c (iterate_over_some_symtabs): Fix indentation.
diff --git
a/gdb/target.c
b/gdb/target.c
index e3dcb47f514cde025d5b0c5398989c7bd969be88..377724df5ed89dfa578f89d0681e9c575a38b955 100644
(file)
--- a/
gdb/target.c
+++ b/
gdb/target.c
@@
-4975,7
+4975,7
@@
maintenance_print_target_stack (char *cmd, int from_tty)
int target_async_permitted = 0;
/* The set command writes to this variable. If the inferior is
- executing,
linux_na
t_async_permitted is *not* updated. */
+ executing,
targe
t_async_permitted is *not* updated. */
static int target_async_permitted_1 = 0;
static void