mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-17 12:53:17 +08:00
* stack.c (print_frame_arguments): Set initial value to "scalars".
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2009-04-01 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
Change the default value for "set print frame-arguments" to scalars.
|
||||||
|
|
||||||
|
* stack.c (print_frame_arguments): Set initial value to "scalars".
|
||||||
|
|
||||||
2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
|
2009-04-01 Aleksandar Ristovski <aristovski@qnx.com>
|
||||||
|
|
||||||
* mips-tdep.c (mips_numeric_register_alieses): New definition.
|
* mips-tdep.c (mips_numeric_register_alieses): New definition.
|
||||||
|
@ -58,7 +58,7 @@ void (*deprecated_selected_frame_level_changed_hook) (int);
|
|||||||
|
|
||||||
static const char *print_frame_arguments_choices[] =
|
static const char *print_frame_arguments_choices[] =
|
||||||
{"all", "scalars", "none", NULL};
|
{"all", "scalars", "none", NULL};
|
||||||
static const char *print_frame_arguments = "all";
|
static const char *print_frame_arguments = "scalars";
|
||||||
|
|
||||||
/* Prototypes for local functions. */
|
/* Prototypes for local functions. */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user