gdb.texinfo (Skipping Over Functions and Files): Fix typo.

This commit is contained in:
Doug Evans
2016-02-01 15:39:23 -08:00
parent 9482b9fbb6
commit 8244c20d7c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-02-01 Doug Evans <dje@google.com>
* gdb.texinfo (Skipping Over Functions and Files): Fix typo.
2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com> 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
* gdb.texinfo (Value Sizes): New section. * gdb.texinfo (Value Sizes): New section.

View File

@ -5527,7 +5527,7 @@ default is @code{on}.
@cindex skipping over functions and files @cindex skipping over functions and files
The program you are debugging may contain some functions which are The program you are debugging may contain some functions which are
uninteresting to debug. The @code{skip} comand lets you tell @value{GDBN} to uninteresting to debug. The @code{skip} command lets you tell @value{GDBN} to
skip a function or all functions in a file when stepping. skip a function or all functions in a file when stepping.
For example, consider the following C function: For example, consider the following C function: