* gdb.texinfo: Document new 'set step-mode' command.
authorChristopher Faylor <me+cygwin@cgf.cx>
Fri, 17 Nov 2000 03:59:40 +0000 (03:59 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Fri, 17 Nov 2000 03:59:40 +0000 (03:59 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 63ab0a7afbfd4888cd955e7c211606be2062e146..65b12499b8c3c29d8aba0fb6cddcecc2a847669b 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-10  Christopher Faylor <cgf@cygnus.com>
+
+       * gdb.texinfo: Document new 'set step-mode' command.
+
 2000-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
index f80462f0b53a197f838ea7653db8919ea100c504..4a09118050f29e538309580c72a065f7eb952c06 100644 (file)
@@ -3323,6 +3323,23 @@ The @code{next} command only stops at the first instruction of a
 source line.  This prevents multiple stops that could otherwise occur in
 switch statements, for loops, etc.
 
+@kindex set step-mode
+@item set step-mode
+@cindex functions without line info, and stepping
+@cindex stepping into functions with no line info
+@itemx set step-mode on
+The @code{set step-mode on} command causes the @code{step} command to to
+stop at the first instruction of a function which contains no debug line
+information rather than stepping over it.
+
+This is useful in cases where you may be interested in inspecting the assembly
+language of a function which has no symbolic info and do not want @value{GDBN}
+to automatically skip over this function.
+
+@item set step-mode off
+Causes the step command to step over any functions which contains no
+debug information.  This is the default.
+
 @kindex finish
 @item finish
 Continue running until just after function in the selected stack frame
This page took 0.037493 seconds and 4 git commands to generate.