|
|
0c1cd1 |
From FEDORA_PATCHES Mon Sep 17 00:00:00 2001
|
|
|
0c1cd1 |
From: Keith Seitz <keiths@redhat.com>
|
|
|
0c1cd1 |
Date: Tue, 28 Jul 2020 09:44:04 -0400
|
|
|
0c1cd1 |
Subject: gdb-rhbz1842691-corefile-mem-access-13of15.patch
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
;; Add documentation for "maint print core-file-backed-mappings"
|
|
|
0c1cd1 |
;; Kevin Buettner, RH BZ 1842961
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
Author: Kevin Buettner <kevinb@redhat.com>
|
|
|
0c1cd1 |
Date: Fri Jul 3 22:09:20 2020 -0700
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
Add documentation for "maint print core-file-backed-mappings"
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
gdb/ChangeLog:
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
* NEWS (New commands): Mention new command
|
|
|
0c1cd1 |
"maintenance print core-file-backed-mappings".
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
gdb/doc/ChangeLog:
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
* gdb.texinfo (Maintenance Commands): Add documentation for
|
|
|
0c1cd1 |
new command "maintenance print core-file-backed-mappings".
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
|
|
|
0c1cd1 |
--- a/gdb/doc/gdb.texinfo
|
|
|
0c1cd1 |
+++ b/gdb/doc/gdb.texinfo
|
|
|
0c1cd1 |
@@ -35633,6 +35633,14 @@ library. This exercises all @code{libthread_db} functionality used by
|
|
|
0c1cd1 |
@code{libthread_db} uses. Note that parts of the test may be skipped
|
|
|
0c1cd1 |
on some platforms when debugging core files.
|
|
|
0c1cd1 |
|
|
|
0c1cd1 |
+@kindex maint print core-file-backed-mappings
|
|
|
0c1cd1 |
+@cindex memory address space mappings
|
|
|
0c1cd1 |
+@item maint print core-file-backed-mappings
|
|
|
0c1cd1 |
+Print the file-backed mappings which were loaded from a core file note.
|
|
|
0c1cd1 |
+This output represents state internal to @value{GDBN} and should be
|
|
|
0c1cd1 |
+similar to the mappings displayed by the @code{info proc mappings}
|
|
|
0c1cd1 |
+command.
|
|
|
0c1cd1 |
+
|
|
|
0c1cd1 |
@kindex maint print dummy-frames
|
|
|
0c1cd1 |
@item maint print dummy-frames
|
|
|
0c1cd1 |
Prints the contents of @value{GDBN}'s internal dummy-frame stack.
|