]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/doc: Restructure frame command documentation.
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 10 Sep 2015 16:59:58 +0000 (17:59 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Mon, 12 Oct 2015 21:28:58 +0000 (23:28 +0200)
commitfc58fa65d454ce87cfa87a532f2c4f5d0b57d252
treeee8a1f7c6e3ee5f5432be3ceae57da5164c0c4be
parent8d3fea161a8e1d280d207406ba3fee0d44776ce6
gdb/doc: Restructure frame command documentation.

The 'frame' command is documented in two places.  The 'select-frame'
command is only mentioned in one of these places.

Of the two places, having the description of 'frame' and 'select-frame'
in the section 'Selecting a Frame' seems like the most obvious choice,
which is where things like 'up' and 'down' are also documented.

This commit moves the documentation of 'frame' and 'select-frame' into
the 'Selecting a Frame' section, and removes the duplicate documentation
of the 'frame' command.

At the same time I have reordered the sections in the 'Examining the
Stack' chapter, moving the discussion of frame filters to the end of the
chapter; it feels odd that we talk about frame filters before such basic
things like navigating the stack, or examining stack frames in general.

gdb/doc/ChangeLog:

* gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
description.
(Frame Filter Management): Move to later in the 'Examining the
Stack' chapter.
(Selection): Add entry for 'select-frame'.
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo