aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-09-09 20:57:56 -0600
committerTom Tromey <tom@tromey.com>2017-09-27 08:44:16 -0600
commit8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf (patch)
tree834fb96b8c6fe7fc9eb19fbc2044a94819284c18 /gdb/ChangeLog
parenteb7c454d737322be2d810e1a5a2dc7b88fd636e6 (diff)
downloadgdb-8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf.zip
gdb-8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf.tar.gz
gdb-8d97dc1cea4d1dafff2ce2f55e0b84cfe444e6cf.tar.bz2
Constify info_probes_dtrace_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * dtrace-probe.c (info_probes_dtrace_command): Constify.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7008541..6f07d5e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-09-27 Tom Tromey <tom@tromey.com>
+ * dtrace-probe.c (info_probes_dtrace_command): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* command.h (not_just_help_class_command): Update.
* cli/cli-decode.h (not_just_help_class_command): Update.
* cli/cli-decode.c (not_just_help_class_command): Constify.