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:
3632d14
)
* top.c (execute_command): Remove redundant comment.
author
Doug Evans
<dje@google.com>
Fri, 28 Aug 2009 23:26:54 +0000
(23:26 +0000)
committer
Doug Evans
<dje@google.com>
Fri, 28 Aug 2009 23:26:54 +0000
(23:26 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/top.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 4cd1e538ba720a80e95966cf042992c0f3d6fc8e..e035de2499c0c2beb597d4d910d6eef9347f96d0 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2009-08-28 Doug Evans <dje@google.com>
+
+ * top.c (execute_command): Remove redundant comment.
+
2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
PR gdb/10565
diff --git
a/gdb/top.c
b/gdb/top.c
index cb51e08d69e8550ea20d0cb606a5137a55fe9761..d1fe69bbfc18e24da84898abfaf19542024fc7be 100644
(file)
--- a/
gdb/top.c
+++ b/
gdb/top.c
@@
-345,11
+345,9
@@
do_chdir_cleanup (void *old_dir)
}
#endif
-/* Execute the line P as a command.
+/* Execute the line P as a command
, in the current user context
.
Pass FROM_TTY as second argument to the defining function. */
-/* Execute command P, in the current user context. */
-
void
execute_command (char *p, int from_tty)
{