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

Jon Turney jon.turney@dronecode.org.uk
Wed Aug 12 19:18:12 GMT 2020


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(-)

-- 
2.28.0



More information about the Gdb-patches mailing list