[PATCH] D70081: DWARFDebugLoclists: add location list "interpretation" logic
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 22:48:50 PST 2019
SouraVX added inline comments.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/debug_loc_dwo.s:9
# CHECK-NEXT: 0x00000000:
-# CHECK-NEXT: Addr idx 1 (w/ length 16): DW_OP_reg5 RDI
+# CHECK-NEXT: DW_LLE_startx_length (0x00000001, 0x00000010): DW_OP_reg5 RDI
----------------
Hi Pavel, I'm not sure of this, here you're using "DW_LLE_startx_length" in a debug_loc.dwo -- any ideas ?
My primary concern here, is the Debuggability impact.
Though haven't, checked this? Did you get chance to debug these binaries{Containing above style location list} with LLDB or GDB ?? since predwarf(debug_loc and debug_loc.dwo) is debuggable with both debuggers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70081/new/
https://reviews.llvm.org/D70081
More information about the llvm-commits
mailing list