Add DWARF-5

Add support for DWARF 5.

This will be needed as base for feature added in DWARF-5, such as

  • correct class var
  • full support of DW_TAG_string_type (char type, for widechar)

I tested with GDB 17.1 on Windows. It loaded a test app, and was able to set breakpoints and show data (so it was happy with the changes to line info, and CU-header).

Merge request reports

Loading