aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-09-12 20:45:21 -0600
committerTom Tromey <tom@tromey.com>2017-09-27 08:44:51 -0600
commitfc41a75bee01fbd0883e6df1e031d4d9e998c437 (patch)
treeaa12017ecbfd91e57d3850503d4329bc55d20eb8 /gdb/ChangeLog
parent67810076681180b74d92f98d11c4a3d94885c9e5 (diff)
downloadgdb-fc41a75bee01fbd0883e6df1e031d4d9e998c437.zip
gdb-fc41a75bee01fbd0883e6df1e031d4d9e998c437.tar.gz
gdb-fc41a75bee01fbd0883e6df1e031d4d9e998c437.tar.bz2
Constify some commands in thread.c
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * thread.c (thread_name_command, thread_find_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 b799421..697a161 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-09-27 Tom Tromey <tom@tromey.com>
+ * thread.c (thread_name_command, thread_find_command): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* probe.c (enable_probes_command, disable_probes_command):
Constify.