diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2015-09-10 17:59:58 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2015-10-12 23:28:58 +0200 |
commit | fc58fa65d454ce87cfa87a532f2c4f5d0b57d252 (patch) | |
tree | ee8a1f7c6e3ee5f5432be3ceae57da5164c0c4be /gdb/doc/ChangeLog | |
parent | 8d3fea161a8e1d280d207406ba3fee0d44776ce6 (diff) | |
download | gdb-fc58fa65d454ce87cfa87a532f2c4f5d0b57d252.zip gdb-fc58fa65d454ce87cfa87a532f2c4f5d0b57d252.tar.gz gdb-fc58fa65d454ce87cfa87a532f2c4f5d0b57d252.tar.bz2 |
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'.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2ce9186..4c1697d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com> + + * 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'. + 2015-09-25 Doug Evans <dje@google.com> * gdb.texinfo (Process Record and Replay): Fix syntax of |