[Lldb-commits] [lldb] [lldb] Update the String table offset based on the DWARF format (PR #147054)
Hemang Gadhavi via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 7 00:25:12 PDT 2025
HemangGadhavi wrote:
> This is the relevant part of the standard, correct?
Yes exactly that's what I am referring too.
> I see also "7.4 32-Bit and 64-Bit DWARF Formats", is there anything else in there we need to handle?
I see there is one form `DW_FORM_strp_sup` which is not at all added in `LLDB` code but `LLVM` handles it, I am trying to generate the same, if so I can add this FORM as well.
https://github.com/llvm/llvm-project/pull/147054
More information about the lldb-commits
mailing list