diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-03 00:16:45 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-11-03 00:16:45 +0000 |
commit | 983fb131e91595e10952d6c965647b76a33d6384 (patch) | |
tree | d40aab49ca2c49fe1a37195f581265cde7361540 /gdb/doc | |
parent | 398934ee753e25d3c8f62351b71af22ce1420d5b (diff) | |
download | gdb-983fb131e91595e10952d6c965647b76a33d6384.zip gdb-983fb131e91595e10952d6c965647b76a33d6384.tar.gz gdb-983fb131e91595e10952d6c965647b76a33d6384.tar.bz2 |
* gdb.texinfo (Skipping Over Functions and Files): Remove node
designation. Fix "Specify Location" cross-reference.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index f459be2..b4d39bc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2011-11-03 Maciej W. Rozycki <macro@codesourcery.com> + + * gdb.texinfo (Skipping Over Functions and Files): Remove node + designation. Fix "Specify Location" cross-reference. + 2011-11-02 Stan Shebs <stan@codesourcery.com> * gdb.texinfo (Tracepoint Action Lists): Document collect/s. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 19236b3..25942b3 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -4854,7 +4854,6 @@ proceed until the function returns. An argument is a repeat count, as in @code{next}. @end table -@node Skipping Over Functions and Files @subsection Skipping Over Functions and Files @cindex skipping over functions and files @@ -4896,7 +4895,7 @@ example, @code{skip file boring.c}. @itemx skip function @r{[}@var{linespec}@r{]} After running this command, the function named by @var{linespec} or the function containing the line named by @var{linespec} will be skipped over when -stepping. @xref{Specify Location} +stepping. @xref{Specify Location}. If you do not specify @var{linespec}, the function you're currently debugging will be skipped. |