* gdb.texinfo: Change the introduce of "disassemble-next-line".
This commit is contained in:
parent
481df73e07
commit
b646ddd43a
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user