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:
b5419e4
)
* main.c (captured_command_loop): Tweak comment.
author
Doug Evans
<dje@google.com>
Mon, 29 Jul 2013 21:41:30 +0000
(21:41 +0000)
committer
Doug Evans
<dje@google.com>
Mon, 29 Jul 2013 21:41:30 +0000
(21:41 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/main.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d3c0c0b1662ca39b62c7ec69bcf1da4299e0b3f9..9f07fee39a684cead8f8f525dea8b47728320e9e 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
2013-07-29 Doug Evans <dje@google.com>
+ * main.c (captured_command_loop): Tweak comment.
+
* target.c (target_async_permitted_1): Fix comment.
* symtab.c (iterate_over_some_symtabs): Add comment.
diff --git
a/gdb/main.c
b/gdb/main.c
index 440094ef27152c04474bd77811e99f94d8b24c9b..677f5876c9ba60ca376ce98ced5b3412f5f39c8e 100644
(file)
--- a/
gdb/main.c
+++ b/
gdb/main.c
@@
-253,7
+253,7
@@
get_init_files (const char **system_gdbinit,
static int
captured_command_loop (void *data)
{
- /* Top-level execution commands can be run
o
n the background from
+ /* Top-level execution commands can be run
i
n the background from
here on. */
interpreter_async = 1;