aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-22 06:06:12 +0000
committerHui Zhu <teawater@gmail.com>2009-04-22 06:06:12 +0000
commita362e3d3b724195e0d78afd002682084e110c5b0 (patch)
treea7760d1b27ed15dccdcc0b48c7efa6b831723a58 /gdb/stack.c
parentd2596e2e7b3d9f2a1d559c619996a3072678a747 (diff)
downloadfsf-binutils-gdb-a362e3d3b724195e0d78afd002682084e110c5b0.zip
fsf-binutils-gdb-a362e3d3b724195e0d78afd002682084e110c5b0.tar.gz
fsf-binutils-gdb-a362e3d3b724195e0d78afd002682084e110c5b0.tar.bz2
* stack.c (_initialize_stack): Set the default of
disassemble-next-line to off.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c4
1 files changed, 2 insertions, 2 deletions
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, _(\