From: Hui Zhu Date: Wed, 22 Apr 2009 06:06:12 +0000 (+0000) Subject: * stack.c (_initialize_stack): Set the default of X-Git-Tag: sid-snapshot-20090501~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a362e3d3b724195e0d78afd002682084e110c5b0;p=platform%2Fupstream%2Fbinutils.git * stack.c (_initialize_stack): Set the default of disassemble-next-line to off. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 542fd04..02c5a60 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-04-22 Hui Zhu + + * stack.c (_initialize_stack): Set the default of + disassemble-next-line to off. + 2009-04-21 Tom Tromey * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING. diff --git a/gdb/stack.c b/gdb/stack.c index dfe3900..f7bb81e 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -2149,13 +2149,13 @@ Set whether to disassemble next source line when execution stops."), _("\ Show whether to disassemble next source line when execution stops."), _("\ If ON, GDB will display disassembly of the next source line when\n\ execution of the program being debugged stops.\n\ -If AUTO (which is the default), or there's no line info to determine\n\ +If AUTO, or there's no line info to determine\n\ the source line of the next instruction, display disassembly of next\n\ instruction instead."), NULL, show_disassemble_next_line, &setlist, &showlist); - disassemble_next_line = AUTO_BOOLEAN_AUTO; + disassemble_next_line = AUTO_BOOLEAN_FALSE; #if 0 add_cmd ("backtrace-limit", class_stack, set_backtrace_limit_command, _(\