+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>
* mips-tdep.c (mips_numeric_register_alieses): New definition.
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. */