mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
Constify maintenance_info_program_spaces_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * progspace.c (maintenance_info_program_spaces_command): Constify.
This commit is contained in:
parent
6663cf9161
commit
9c504b5d34
@ -1,3 +1,8 @@
|
||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* progspace.c (maintenance_info_program_spaces_command):
|
||||
Constify.
|
||||
|
||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* compile/compile.c (check_raw_argument, compile_file_command)
|
||||
|
@ -345,7 +345,7 @@ valid_program_space_id (int num)
|
||||
indicating which the program space to print information about. */
|
||||
|
||||
static void
|
||||
maintenance_info_program_spaces_command (char *args, int from_tty)
|
||||
maintenance_info_program_spaces_command (const char *args, int from_tty)
|
||||
{
|
||||
int requested = -1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user