gdb/ChangeLog
2017-09-27 Tom Tromey <tom@tromey.com>
* memattr.c (enable_mem_command, disable_mem_command)
(delete_mem_command): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
+ * memattr.c (enable_mem_command, disable_mem_command)
+ (delete_mem_command): Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* value.c (show_convenience): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
}
static void
-enable_mem_command (char *args, int from_tty)
+enable_mem_command (const char *args, int from_tty)
{
int num;
struct mem_region *m;
}
static void
-disable_mem_command (char *args, int from_tty)
+disable_mem_command (const char *args, int from_tty)
{
require_user_regions (from_tty);
}
static void
-delete_mem_command (char *args, int from_tty)
+delete_mem_command (const char *args, int from_tty)
{
require_user_regions (from_tty);