From b646ddd43a01254d0be446b8a8dd1a9135a758e4 Mon Sep 17 00:00:00 2001 From: Hui Zhu Date: Tue, 17 Mar 2009 06:01:10 +0000 Subject: [PATCH] * gdb.texinfo: Change the introduce of "disassemble-next-line". --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 35d70fb7850..ff253862cc9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-03-17 Hui Zhu + + * gdb.texinfo: Change the introduce of "disassemble-next-line". + 2009-03-17 Hui Zhu * gdb.texinfo: Add documentation for disassemble-next-line. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b1381a2eff9..044e1ad54e7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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 -- 2.30.2