aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorSergio Lopez <slp@redhat.com>2017-12-04 09:17:13 +0100
committerSergio Durigan Junior <sergiodj@redhat.com>2017-12-04 11:54:55 -0500
commit1e52e8495a074c9d1f7ef17f13b9060b76be6f41 (patch)
tree50ce2a06e4c6cba6281426c11145142e45b84729 /gdb/NEWS
parentafa840dcc021eaeb975dcde3bedbf46ea0511717 (diff)
downloadgdb-1e52e8495a074c9d1f7ef17f13b9060b76be6f41.zip
gdb-1e52e8495a074c9d1f7ef17f13b9060b76be6f41.tar.gz
gdb-1e52e8495a074c9d1f7ef17f13b9060b76be6f41.tar.bz2
Document new {set,show} dump-excluded-mappings commands.
gdb/ChangeLog: 2017-11-29 Sergio Lopez <slp@redhat.com> * NEWS (Changes since GDB 8.0): Announce {set,show} dump_excluded_mappings commands. gdb/doc/ChangeLog: 2017-11-29 Sergio Lopez <slp@redhat.com> * gdb.texinfo (gcore): Mention new {set,show} dump-excluded-mappings commands. (set dump-excluded-mappings): Document new command.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 7ca6262..86fcbd9 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -185,6 +185,11 @@ set debug separate-debug-file
show debug separate-debug-file
Control the display of debug output about separate debug file search.
+set dump-excluded-mappings
+show dump-excluded-mappings
+ Control whether mappings marked with the VM_DONTDUMP flag should be
+ dumped when generating a core file.
+
maint info selftests
List the registered selftests.