* gdb.texinfo: Change the introduce of "disassemble-next-line".
authorHui Zhu <teawater@gmail.com>
Tue, 17 Mar 2009 06:01:10 +0000 (06:01 +0000)
committerHui Zhu <teawater@gmail.com>
Tue, 17 Mar 2009 06:01:10 +0000 (06:01 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 35d70fb78502e48372a0fd10b700974f5e1616c5..ff253862cc96b8cf4435e1f79a30c19ad11540c5 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-17  Hui Zhu  <teawater@gmail.com>
+
+       * gdb.texinfo: Change the introduce of "disassemble-next-line".
+
 2009-03-17  Hui Zhu  <teawater@gmail.com>
 
        * gdb.texinfo: Add documentation for disassemble-next-line.
index b1381a2eff907ed753bac95a3475ec0ae15bc491..044e1ad54e7963bd556eb5367e4785c54fc26234 100644 (file)
@@ -6050,9 +6050,9 @@ 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 the next source line cannot be
-ascertained, display disassembly of the next instruction
-instead.
+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.
 @end table
 
 
This page took 0.060117 seconds and 4 git commands to generate.