gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* user-regs.c (maintenance_print_user_registers): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
+ * user-regs.c (maintenance_print_user_registers): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* cp-namespace.c (maintenance_cplus_namespace): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
}
static void
-maintenance_print_user_registers (char *args, int from_tty)
+maintenance_print_user_registers (const char *args, int from_tty)
{
struct gdbarch *gdbarch = get_current_arch ();
struct gdb_user_regs *regs;