Constify maintenance_print_dummy_frames
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * dummy-frame.c (maintenance_print_dummy_frames): Constify.
This commit is contained in:
parent
b961da0bb0
commit
31d56ade0e
@ -1,3 +1,7 @@
|
||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* dummy-frame.c (maintenance_print_dummy_frames): Constify.
|
||||
|
||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* tui/tui.c (tui_enable_command, tui_disable_command): Constify.
|
||||
|
@ -403,7 +403,7 @@ fprint_dummy_frames (struct ui_file *file)
|
||||
}
|
||||
|
||||
static void
|
||||
maintenance_print_dummy_frames (char *args, int from_tty)
|
||||
maintenance_print_dummy_frames (const char *args, int from_tty)
|
||||
{
|
||||
if (args == NULL)
|
||||
fprint_dummy_frames (gdb_stdout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user