diff options
author | Tom Tromey <tromey@redhat.com> | 2011-11-03 14:32:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-11-03 14:32:49 +0000 |
commit | aad1c02c74957af402f8cd1af3916bb0fc37b74c (patch) | |
tree | 33cd16581fe43b920ff856c309f2bf72f2aedd35 /gdb/doc | |
parent | bbd0c8e20472f6e6d685b547896febacac8d0219 (diff) | |
download | binutils-aad1c02c74957af402f8cd1af3916bb0fc37b74c.zip binutils-aad1c02c74957af402f8cd1af3916bb0fc37b74c.tar.gz binutils-aad1c02c74957af402f8cd1af3916bb0fc37b74c.tar.bz2 |
* gdb.texinfo (Stopping): Add menu entry.
(Continuing and Stepping): Restore @node. Use @section, not
@subsection.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b4d39bc..9beca6f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2011-11-03 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Stopping): Add menu entry. + (Continuing and Stepping): Restore @node. Use @section, not + @subsection. + 2011-11-03 Maciej W. Rozycki <macro@codesourcery.com> * gdb.texinfo (Skipping Over Functions and Files): Remove node diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 25942b3..93450c6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3216,6 +3216,8 @@ running or not, what process it is, and why it stopped. @menu * Breakpoints:: Breakpoints, watchpoints, and catchpoints * Continuing and Stepping:: Resuming execution +* Skipping Over Functions and Files:: + Skipping over functions and files * Signals:: Signals * Thread Stops:: Stopping and starting multi-thread programs @end menu @@ -4854,7 +4856,8 @@ proceed until the function returns. An argument is a repeat count, as in @code{next}. @end table -@subsection Skipping Over Functions and Files +@node Skipping Over Functions and Files +@section Skipping Over Functions and Files @cindex skipping over functions and files The program you are debugging may contain some functions which are |