aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Zhu <teawater@gmail.com>2009-04-22 06:09:18 +0000
committerHui Zhu <teawater@gmail.com>2009-04-22 06:09:18 +0000
commite31198c47e3787a1818ac6497bfe07474ddda4c8 (patch)
treef7c2ce6a09d019c656a9bb98aec707509cc9bf9d
parenta362e3d3b724195e0d78afd002682084e110c5b0 (diff)
downloadgdb-e31198c47e3787a1818ac6497bfe07474ddda4c8.zip
gdb-e31198c47e3787a1818ac6497bfe07474ddda4c8.tar.gz
gdb-e31198c47e3787a1818ac6497bfe07474ddda4c8.tar.bz2
* gdb.texinfo (disassemble-next-line): Set the default of
disassemble-next-line to off.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdb.texinfo5
2 files changed, 7 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 1bbc48c..4313cb3 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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,
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index c3c82fd..a03c822 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -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