[PATCH 0/4] Add gdb support for Cygwin x86_64 core dumps (v2)

Eli Zaretskii eliz@gnu.org
Wed Aug 12 19:30:33 GMT 2020


> From: Jon Turney <jon.turney@dronecode.org.uk>
> Date: Wed, 12 Aug 2020 20:18:12 +0100
> Cc: Jon Turney <jon.turney@dronecode.org.uk>
> 
> As far as I know, the only way to generate these "core dumps" is to use
> Cygwin's 'dumper' tool.
> 
> Changes since v1:
> - Keep _initialize function last in windows-tdpe.c
> - Fix indentation in amd64_windows_gregset_reg_offset
> - Use symbolic constants for note types in core_process_module_section()
> 
> Jon Turney (4):
>   Add sniffer for Cygwin x86_64 core dumps
>   Add amd64_windows_gregset_reg_offset
>   Promote windows_core_xfer_shared_libraries and windows_core_pid_to_str
>   Add handling for 64-bit module addresses in Cygwin core dumps
> 
>  gdb/ChangeLog            |  23 ++++++++
>  gdb/amd64-windows-tdep.c | 100 ++++++++++++++++++++++++++++++++++
>  gdb/i386-windows-tdep.c  | 100 +---------------------------------
>  gdb/windows-tdep.c       | 114 +++++++++++++++++++++++++++++++++++++++
>  gdb/windows-tdep.h       |   8 +++
>  5 files changed, 246 insertions(+), 99 deletions(-)

Thanks, but isn't this NEWS-worthy?  And what about some documentation
for the manual?


More information about the Gdb-patches mailing list