Implement support for checking /proc/PID/coredump_filter
[deliverable/binutils-gdb.git] / gdb / NEWS
index 4d8619dfa5bf7ce01364891fb51b09ec6e5cda68..cd7c2b3cdc4cf71f961fd39d47017bfbba452da9 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -2,6 +2,15 @@
             (Organized release by release)
 
 *** Changes since GDB 7.9
+=======
+
+* GDB now honors the content of the file /proc/PID/coredump_filter
+  (PID is the process ID) on GNU/Linux systems.  This file can be used
+  to specify the types of memory mappings that will be included in a
+  corefile.  For more information, please refer to the manual page of
+  "core(5)".  GDB also has a new command: "set use-coredump-filter
+  on|off".  It allows to set whether GDB will read the content of the
+  /proc/PID/coredump_filter file when generating a corefile.
 
 * The "info os" command on GNU/Linux can now display information on
   cpu information :
This page took 0.023874 seconds and 4 git commands to generate.