gdb/ChangeLog
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>
+ * 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.
/* Implementation of `thread name'. */
static void
-thread_name_command (char *arg, int from_tty)
+thread_name_command (const char *arg, int from_tty)
{
struct thread_info *info;
/* Find thread ids with a name, target pid, or extra info matching ARG. */
static void
-thread_find_command (char *arg, int from_tty)
+thread_find_command (const char *arg, int from_tty)
{
struct thread_info *tp;
const char *tmp;