diff options
author | Pedro Alves <palves@redhat.com> | 2015-12-10 11:39:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-12-10 11:39:58 +0000 |
commit | 0f59c28f617516f3b8d30fd8e38a374a4060c191 (patch) | |
tree | bb8826fe9af0b6c4acba9b61129209e7f2873025 /gdb/doc | |
parent | 28d2bfb9c3e519a3b7619bbe5d061ebe520750ef (diff) | |
download | gdb-0f59c28f617516f3b8d30fd8e38a374a4060c191.zip gdb-0f59c28f617516f3b8d30fd8e38a374a4060c191.tar.gz gdb-0f59c28f617516f3b8d30fd8e38a374a4060c191.tar.bz2 |
[gdb/doc] Stack, Examining the Stack: Reorder menu
Commit fc58fa65d454 (gdb/doc: Restructure frame command documentation)
reordered the sections in the 'Examining the Stack' chapter, but
missed updating the menu:
src/gdb/doc/gdb.texinfo:6968: warning: node next `Backtrace' in menu `Frame Filter Management' and in sectioning `Selection' differ
src/gdb/doc/gdb.texinfo:7167: warning: node prev `Selection' in menu `Frame Filter Management' and in sectioning `Backtrace' differ
src/gdb/doc/gdb.texinfo:7252: warning: node `Frame Filter Management' is next for `Frame Info' in sectioning but not in menu
src/gdb/doc/gdb.texinfo:7317: warning: node `Selection' is next for `Frame Filter Management' in menu but not in sectioning
src/gdb/doc/gdb.texinfo:7317: warning: node prev `Frame Filter Management' in menu `Backtrace' and in sectioning `Frame Info' differ
gdb/doc/ChangeLog:
2015-12-10 Pedro Alves <palves@redhat.com>
* gdb.texinfo (Stack): Reorder menu.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7b0dc35..ffaf068 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2015-12-10 Pedro Alves <palves@redhat.com> + + * gdb.texinfo (Stack): Reorder menu. + 2015-12-09 Luis Machado <lgustavo@codesourcery.com> * gdb.texinfo (GDB/MI Variable Objects): Update text to mention diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index be39f1c..85668e5 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -6904,9 +6904,9 @@ currently executing frame and describes it briefly, similar to the @menu * Frames:: Stack frames * Backtrace:: Backtraces -* Frame Filter Management:: Managing frame filters * Selection:: Selecting a frame * Frame Info:: Information on a frame +* Frame Filter Management:: Managing frame filters @end menu |