[PATCH 0/4] bfd: Add support for Cygwin x86_64 core dumps
Jon Turney
jon.turney@dronecode.org.uk
Fri Jul 3 14:05:01 GMT 2020
Fixes and additions support x86_64 in reading the NT_WIN32PSTATUS ELF notes
in a Cygwin "core dump".
As far as I know, the only way to generate these "core dumps" is to use
Cygwin's 'dumper' tool, which requires some fixes on x86_64 [1].
[1] https://cygwin.com/pipermail/cygwin-patches/2020q3/010313.html
Jon Turney (4):
Read tid from correct offset in win32pstatus NOTE_INFO_THREAD
Don't apply size constraint to all win32pstatus ELF notes.
Don't hardcode CONTEXT size for a NOTE_INFO_THREAD win32pstatus note
Add handling for 64-bit module addresses in Cygwin core dumps
bfd/ChangeLog | 21 +++++++++++++++++++++
bfd/elf.c | 29 ++++++++++++++++++-----------
2 files changed, 39 insertions(+), 11 deletions(-)
--
2.27.0
More information about the Binutils
mailing list