* gdb.texinfo (disassemble-next-line): Set the default of
authorHui Zhu <teawater@gmail.com>
Wed, 22 Apr 2009 06:09:18 +0000 (06:09 +0000)
committerHui Zhu <teawater@gmail.com>
Wed, 22 Apr 2009 06:09:18 +0000 (06:09 +0000)
disassemble-next-line to off.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 1bbc48c1608ea6059275a7aeddada1fa402382d5..4313cb32af33a30191aeeabe7de2c2804248f223 100644 (file)
@@ -1,3 +1,8 @@
+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,
index c3c82fd9bb30402d123225f0952d1baaaed2fe2b..a03c822890b1a0cc3ab671d25a6303864de30698 100644 (file)
@@ -6074,9 +6074,8 @@ Show the current setting of the disassembly flavor.
 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
 
 
This page took 0.043493 seconds and 4 git commands to generate.