[Lldb-commits] [lldb] [lldb] Support reading DW_OP_piece from file address (PR #94026)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 3 01:49:26 PDT 2024
https://github.com/labath commented:
Can't say I'm thrilled by the addition of a random virtual method, but I don't want to stand in the way. I'll just note that there is an alternative - in the form of writing a minimal real target in assembly. In fact, I think `test/Shell/SymbolFile/DWARF/x86/DW_OP_piece-struct.s` has all of the boilerplate, so all you'd need is to replace `DW_OP_stack_value` with `DW_OP_addr`.
https://github.com/llvm/llvm-project/pull/94026
More information about the lldb-commits
mailing list