* stack.c (print_frame_arguments): Set initial value to "scalars".
authorJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 22:05:30 +0000 (22:05 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 1 Apr 2009 22:05:30 +0000 (22:05 +0000)
gdb/ChangeLog
gdb/stack.c

index f9a76a961dc739e5d39a17328cdb020d0a8dccb4..8307c50a8e48e3024107c1f29fcfcb3e45375c38 100644 (file)
@@ -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>
 
        * mips-tdep.c (mips_numeric_register_alieses): New definition.
index 7e31394a2e14962adc9772c0b040e9ce5916855e..dfe3900e7c090332ce9d79d06f5d4bf6c15b73aa 100644 (file)
@@ -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. */