[Lldb-commits] [lldb] [lldb][DWARF64] Enable support for DWARF64 format handling (PR #145645)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 24 23:26:45 PDT 2025
HemangGadhavi wrote:
@labath @DavidSpickett
With this PR I have enable the support of `DWARF64` format, I made the use of the existing llvm framework to get the header size and also adjusting the form value according to the format (i.e. `DW_FORM_ref_addr` suppose to 4bytes for `DWARF32` and 8bytes for `DWARF64` as per the DWARF specification).
With this PR at least we are able to do source level debugging with `DWARF64` format without any harm to `DWARF32`
Please let me know your inputs here.
https://github.com/llvm/llvm-project/pull/145645
More information about the lldb-commits
mailing list