diff options
author | Kevin Buettner <kevinb@redhat.com> | 2020-07-03 22:09:20 -0700 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2020-07-22 12:52:31 -0700 |
commit | b089853a22ce53c4051ebe2b336afb442fe3e278 (patch) | |
tree | 0bb25ab64f850584abfc24c9989f750c18d4480a /gdb/NEWS | |
parent | 09c2f5d45cda73009e5e68e6cc84be6722f386fb (diff) | |
download | gdb-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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...] |