This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug corefiles/18187] gdb needs to write first page of segment to core file, even for unmodified segments


https://sourceware.org/bugzilla/show_bug.cgi?id=18187

Sergio Durigan Junior <sergiodj at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sergiodj at redhat dot com

--- Comment #1 from Sergio Durigan Junior <sergiodj at redhat dot com> ---
I pushed a patch (a few hours after you opened this bug) that completely
rewrites the way GDB deals with corefile generation.  Take a look at Bug 16092.
 Now GDB does not blindly skips readonly segments; it respects the value of
/proc/PID/coredump_filter which can be modified to make it dump segments that
were not being dumped before.  I think this can help in this situation.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]