Date: Wed, 28 Jul 2010 16:10:21 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/gcore elfcore.c extern.h gcore.1 gcore.c Message-ID: <201007281657.o6SGv395001847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2010-07-28 16:10:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.bin/gcore elfcore.c extern.h gcore.1 gcore.c
Log:
SVN rev 210567 on 2010-07-28 16:10:21Z by attilio
MFC r210063, r210065:
Fix the way the segments are included in the gcore outputs (with the
default invokation):
- Right now if segments are not writable are not included. Remove this.
- Right now if a segment is mapped with NOCORE the check is not honoured.
Change this by checking the newly added flag, from libutil,
KVME_FLAG_NOCOREDUMP.
Besides that, add a new flag (-f) that forces a 'full' dump of all the
segments excluding just the malformed ones.
Sponsored by: Sandvine Incorporated
Revision Changes Path
1.20.2.4 +10 -5 src/usr.bin/gcore/elfcore.c
1.4.36.2 +4 -0 src/usr.bin/gcore/extern.h
1.15.30.3 +9 -1 src/usr.bin/gcore/gcore.1
1.31.30.3 +9 -5 src/usr.bin/gcore/gcore.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007281657.o6SGv395001847>
