Document the new "-a" command line option for gcore
authorSergio Lopez <slp@redhat.com>
Mon, 4 Dec 2017 08:17:15 +0000 (09:17 +0100)
committerSergio Durigan Junior <sergiodj@redhat.com>
Mon, 4 Dec 2017 17:05:43 +0000 (12:05 -0500)
gdb/ChangeLog:
2017-11-29  Sergio Lopez  <slp@redhat.com>

* NEWS (Changes since GDB 8.0): Announce new "-a"
command line option for gcore.

gdb/doc/ChangeLog:
2017-11-29  Sergio Lopez  <slp@redhat.com>

* gdb.texinfo (gcore man): Document new "-a" command line option.

gdb/NEWS
gdb/doc/gdb.texinfo

index 86fcbd90a2ee165ca6e603921c03df7293c4b923..2262b259a857cff0c1f211a7a800c892d6abcd29 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
   ** The "complete" command now mimics TAB completion accurately.
 
+* New command line options (gcore)
+
+-a
+  Dump all memory mappings.
+
 * Breakpoints on C++ functions are now set on all scopes by default
 
   By default, breakpoints on functions/methods are now interpreted as
index 1039f4c27bbf80aad7c2d8817f38f57600059384..3b251c60c1bfb11d889873650763699696bb5811 100644 (file)
@@ -43048,7 +43048,7 @@ Richard M. Stallman and Roland H. Pesch, July 1991.
 
 @format
 @c man begin SYNOPSIS gcore
-gcore [-o @var{filename}] @var{pid}
+gcore [-a] [-o @var{filename}] @var{pid}
 @c man end
 @end format
 
@@ -43062,6 +43062,13 @@ running without any change.
 
 @c man begin OPTIONS gcore
 @table @env
+@item -a
+Dump all memory mappings.  The actual effect of this option depends on
+the Operating System.  On @sc{gnu}/Linux, it will disable
+@code{use-coredump-filter} (@pxref{set use-coredump-filter}) and
+enable @code{dump-excluded-mappings} (@pxref{set
+dump-excluded-mappings}).
+
 @item -o @var{filename}
 The optional argument
 @var{filename} specifies the file name where to put the core dump.