From 476f7b68eb0c0ca0c8ea2178865183cbbf0ea8a7 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 1 Apr 2009 22:05:30 +0000 Subject: * stack.c (print_frame_arguments): Set initial value to "scalars". --- gdb/stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/stack.c') diff --git a/gdb/stack.c b/gdb/stack.c index 7e31394..dfe3900 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. */ -- cgit v1.1