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:
2cf311e
)
Constify new_ui_command
author
Tom Tromey
<tom@tromey.com>
Sun, 10 Sep 2017 03:44:55 +0000
(21:44 -0600)
committer
Tom Tromey
<tom@tromey.com>
Wed, 27 Sep 2017 14:44:35 +0000
(08:44 -0600)
gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* top.c (new_ui_command): Constify.
gdb/ChangeLog
patch
|
blob
|
history
gdb/top.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 76585e84cfbe5b988872b1e3d93e74edd3623a6a..4218f966e4f98f5f088b617b9f83d279a428a34e 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2017-09-27 Tom Tromey <tom@tromey.com>
+
+ * top.c (new_ui_command): Constify.
+
2017-09-27 Tom Tromey <tom@tromey.com>
* symfile.c (add_symbol_file_command)
diff --git
a/gdb/top.c
b/gdb/top.c
index c89e78f2439c24c0cfd70c08f766b498668faa85..4fc987c43291c74f0aaf7d0d6c56e4da79061725 100644
(file)
--- a/
gdb/top.c
+++ b/
gdb/top.c
@@
-354,7
+354,7
@@
open_terminal_stream (const char *name)
/* Implementation of the "new-ui" command. */
static void
-new_ui_command (char *args, int from_tty)
+new_ui_command (c
onst c
har *args, int from_tty)
{
struct ui *ui;
struct interp *interp;