[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user