commit ab83cdc6d0d12c1fcfd718e8c81038be77f02491 Author: Joel Brobecker Date: Tue Mar 24 14:10:08 2009 -0700 Change the default value for "set print frame-arguments" to scalars. * stack.c (print_frame_arguments): Set initial value to "scalars". diff --git a/gdb/stack.c b/gdb/stack.c index f185841..814e271 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -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. */