aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2020-07-03 22:09:20 -0700
committerKevin Buettner <kevinb@redhat.com>2020-07-22 12:52:31 -0700
commitb089853a22ce53c4051ebe2b336afb442fe3e278 (patch)
tree0bb25ab64f850584abfc24c9989f750c18d4480a /gdb/NEWS
parent09c2f5d45cda73009e5e68e6cc84be6722f386fb (diff)
downloadgdb-b089853a22ce53c4051ebe2b336afb442fe3e278.zip
gdb-b089853a22ce53c4051ebe2b336afb442fe3e278.tar.gz
gdb-b089853a22ce53c4051ebe2b336afb442fe3e278.tar.bz2
Add documentation for "maint print core-file-backed-mappings"
gdb/ChangeLog: * NEWS (New commands): Mention new command "maintenance print core-file-backed-mappings". gdb/doc/ChangeLog: * gdb.texinfo (Maintenance Commands): Add documentation for new command "maintenance print core-file-backed-mappings".
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 001dc5e..ff0624c 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -85,6 +85,10 @@ maintenance print xml-tdesc [FILE]
the target description is read from FILE into GDB, and then
reprinted.
+maintenance print core-file-backed-mappings
+ Prints file-backed mappings loaded from a core file's note section.
+ Output is expected to be similar to that of "info proc mappings".
+
* Changed commands
alias [-a] [--] ALIAS = COMMAND [DEFAULT-ARGS...]