[lldb] Enable support for DWARF64 format handling (#145645)

This PR introduces support for the DWARF64 format, enabling handling of
64-bit DWARF sections as defined by the DWARF specification. The update
includes adjustments to header parsing and modification of form values
to accommodate 64-bit offsets and values.
Also Added the testcase to verify the DWARF64 format.
This commit is contained in:
Hemang Gadhavi
2025-07-01 18:35:40 +05:30
committed by GitHub
parent 857815f3fa
commit da0828b1e9
6 changed files with 103 additions and 28 deletions

View File

@@ -304,6 +304,7 @@ Changes to LLDB
stop reason = SIGSEGV: sent by tkill system call (sender pid=649752, uid=2667987)
```
* ELF Cores can now have their siginfo structures inspected using `thread siginfo`.
* LLDB now supports the `DWARF64` debugging information format.
### Changes to lldb-dap