forked from Imagelibrary/binutils-gdb
Constify find_command
gdb/ChangeLog 2017-09-27 Tom Tromey <tom@tromey.com> * findcmd.c (find_command): Constify.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* findcmd.c (find_command): Constify.
|
||||||
|
|
||||||
2017-09-27 Tom Tromey <tom@tromey.com>
|
2017-09-27 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* ada-tasks.c (task_command_1, task_command): Constify.
|
* ada-tasks.c (task_command_1, task_command): Constify.
|
||||||
|
|||||||
@@ -209,7 +209,7 @@ parse_find_args (const char *args, ULONGEST *max_countp,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
find_command (char *args, int from_tty)
|
find_command (const char *args, int from_tty)
|
||||||
{
|
{
|
||||||
struct gdbarch *gdbarch = get_current_arch ();
|
struct gdbarch *gdbarch = get_current_arch ();
|
||||||
bfd_boolean big_p = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG;
|
bfd_boolean big_p = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG;
|
||||||
|
|||||||
Reference in New Issue
Block a user