[Lldb-commits] [lldb] [lldb][ELF] Move address class map into the symbol table (PR #91603)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 08:05:32 PDT 2024


DavidSpickett wrote:

The only thing I can think of that breaks this is if some object wanted to use the same symbol table section, but interpret it in a different way that changed the address classes. I don't see any evidence of us doing that or needing to. Even if we did it'd probably change more than just address classes, and we'd be better off making a new copy of the parsed symbol table.

https://github.com/llvm/llvm-project/pull/91603


More information about the lldb-commits mailing list