]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Implement "-a" command line option for gcore
authorSergio Lopez <slp@redhat.com>
Mon, 4 Dec 2017 08:17:14 +0000 (09:17 +0100)
committerSergio Durigan Junior <sergiodj@redhat.com>
Mon, 4 Dec 2017 16:55:15 +0000 (11:55 -0500)
commitcd93789b89f55355d3eeda6c31ed7bd0ed318acd
tree6c8f13835dfef26f714df726ba35beb4908a12f6
parent1e52e8495a074c9d1f7ef17f13b9060b76be6f41
Implement "-a" command line option for gcore

With the new "-a" command line option, the user may request gcore to
actually dump all present memory mappings. The actual effect of this
argument is OS dependent.

On GNU/Linux, it will disable use-coredump-filter and enable
dump-excluded-mappings.

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

* gcore.in: Add "-a" command line option for instructing gdb to
dump all memory mappings (OS dependent).
gdb/gcore.in