This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
NEWS entry for Changes to the "frame", "select-frame" ...
- From: Philippe Waroquiers <philippe dot waroquiers at skynet dot be>
- To: gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 04 Jan 2019 21:34:31 +0100
- Subject: NEWS entry for Changes to the "frame", "select-frame" ...
The below paragraph is at an unusual place in NEWS,
as new and changed commands are normally documented in the sections
* New commands
or
* Changed commands.
Maybe it should be reworded and moved to these 2 sections ?
Philippe
* Changes to the "frame", "select-frame", and "info frame" CLI
commands. These commands all now take a frame specification which
is either a frame level, or one of the keywords 'level', 'address',
'function', or 'view' followed by a parameter. Selecting a frame by
address, or viewing a frame outside the current backtrace now
requires the use of a keyword. Selecting a frame by level is
unchanged. The MI comment "-stack-select-frame" is unchanged.