gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* stap-probe.c (info_probes_stap_command): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
+ * stap-probe.c (info_probes_stap_command): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* fork-child.c (unset_exec_wrapper_command): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
/* Implementation of the `info probes stap' command. */
static void
-info_probes_stap_command (char *arg, int from_tty)
+info_probes_stap_command (const char *arg, int from_tty)
{
info_probes_for_ops (arg, from_tty, &stap_probe_ops);
}