From b089853a22ce53c4051ebe2b336afb442fe3e278 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Fri, 3 Jul 2020 22:09:20 -0700 Subject: 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". --- gdb/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/NEWS') 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...] -- cgit v1.1