[Lldb-commits] [lldb] [lldb][ELF] Return address class map changes from symbol table parsing methods (PR #91585)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri May 10 01:20:14 PDT 2024
DavidSpickett wrote:
> The Symtab class is generic, while the approach of marking address types via fake symtab symbols is (I think) an elf invention.
I didn't see any use of `AddressClass::eCodeAlternateISA` outside of ObjectFileELF so I think you're right.
I'll go with this PR then.
https://github.com/llvm/llvm-project/pull/91585
More information about the lldb-commits
mailing list