Constify maintenance_print_user_registers
authorTom Tromey <tom@tromey.com>
Sun, 10 Sep 2017 03:24:08 +0000 (21:24 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 27 Sep 2017 14:44:24 +0000 (08:44 -0600)
gdb/ChangeLog
2017-09-27  Tom Tromey  <tom@tromey.com>

* user-regs.c (maintenance_print_user_registers): Constify.

gdb/ChangeLog
gdb/user-regs.c

index 4dbe3ed..f583297 100644 (file)
@@ -1,5 +1,9 @@
 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>
index 121c69f..a5388d1 100644 (file)
@@ -222,7 +222,7 @@ value_of_user_reg (int regnum, struct frame_info *frame)
 }
 
 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;