disassemble-next-line to off.
+2009-04-22 Hui Zhu <teawater@gmail.com>
+
+ * gdb.texinfo (disassemble-next-line): Set the default of
+ disassemble-next-line to off.
+
2009-04-21 Joseph Myers <joseph@codesourcery.com>
* configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
Control whether or not @value{GDBN} will disassemble next source line
when execution stops. If ON, GDB will display disassembly of the next
source line when execution of the program being debugged stops.
-If AUTO (which is the default), or there's no line info to determine
-the source line of the next instruction, display disassembly of next
-instruction instead.
+If AUTO, or there's no line info to determine the source line of the
+next instruction, display disassembly of next instruction instead.
@end table