[binutils-gdb] NEWS: Move changed commands description to Changed commands section.
Philippe Waroquiers
philippe@sourceware.org
Wed Jan 9 21:39:00 GMT 2019
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=669e09f609d30e070dc26db34d938a0888a01928
commit 669e09f609d30e070dc26db34d938a0888a01928
Author: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Date: Wed Jan 9 22:37:52 2019 +0100
NEWS: Move changed commands description to Changed commands section.
2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* NEWS: Move the description of the changed "frame", "select-frame",
and "info frame" commands to the Changed commands section.
Diff:
---
gdb/ChangeLog | 5 +++++
gdb/NEWS | 16 ++++++++--------
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1c20afc..2e9c2f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
+
+ * NEWS: Move the description of the changed "frame", "select-frame",
+ and "info frame" commands to the Changed commands section.
+
2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
* gdbtypes.c (check_stub_method_group): Remove handling of old
diff --git a/gdb/NEWS b/gdb/NEWS
index 14c859f..eaef6aa 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -30,14 +30,6 @@
* GDB in batch mode now exits with status 1 if the last command to be
executed failed.
-* 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.
-
* The RISC-V target now supports target descriptions.
* System call catchpoints now support system call aliases on FreeBSD.
@@ -106,6 +98,14 @@ info proc files
* Changed commands
+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.
+
target remote FILENAME
target extended-remote FILENAME
If FILENAME is a Unix domain socket, GDB will attempt to connect
More information about the Gdb-cvs
mailing list