mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 20:32:21 +08:00
* stack.c (print_frame_arguments): Set initial value to "scalars".
This commit is contained in:
@ -58,7 +58,7 @@ void (*deprecated_selected_frame_level_changed_hook) (int);
|
||||
|
||||
static const char *print_frame_arguments_choices[] =
|
||||
{"all", "scalars", "none", NULL};
|
||||
static const char *print_frame_arguments = "all";
|
||||
static const char *print_frame_arguments = "scalars";
|
||||
|
||||
/* Prototypes for local functions. */
|
||||
|
||||
|
Reference in New Issue
Block a user