aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@efficios.com>2019-11-26 12:12:03 -0500
committerSimon Marchi <simon.marchi@efficios.com>2019-11-26 14:29:20 -0500
commit3b5c1d49e09cd44ef772801f3365d0cbdc4673ee (patch)
treefc2b3d92373a6bed417bfc262d3a3c9ebf0dc265 /gdb/ChangeLog
parentadce99fe6988c7d5543ef5b996acac57a117372b (diff)
downloadgdb-3b5c1d49e09cd44ef772801f3365d0cbdc4673ee.zip
gdb-3b5c1d49e09cd44ef772801f3365d0cbdc4673ee.tar.gz
gdb-3b5c1d49e09cd44ef772801f3365d0cbdc4673ee.tar.bz2
Remove declaration of tui_set_var_cmd, make definition static
The declaration of tui_set_var_cmd is not in sync with the definition. Since tui_set_var_cmd is only used in the file where it's defined, remove the declaration and make the definition static. gdb/ChangeLog: * tui-win.h (tui_set_var_cmd): Remove. * tui-win.c (tui_set_var_cmd): Make static. Change-Id: If4bddbfb573347fb7254fb6f1a940052a72f464f
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 40403fb..ad4ea44 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2019-11-26 Simon Marchi <simon.marchi@efficios.com>
+ * tui-win.h (tui_set_var_cmd): Remove.
+ * tui-win.c (tui_set_var_cmd): Make static.
+
+2019-11-26 Simon Marchi <simon.marchi@efficios.com>
+
* breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
rbreak_command_wrapper): Remove.
* symtab.c (rbreak_command_wrapper): Remove.