[PATCH] D70540: [DWARF] Add support for parsing/dumping section indices in location lists

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 07:30:49 PST 2019


labath marked an inline comment as done.
labath added a comment.

This patch doesn't change the dump format for the "raw" entries, but it creates a good opportunity to do that.



================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/debug_loclists.s:8-11
+# BOTH:          DW_AT_location {{.*}}(0x0000000c
+
+# REGULAR-NEXT:      [0x0000000000000000, 0x0000000000000001): DW_OP_reg0 RAX
+# VERBOSE-NEXT:      [0x0000000000000000, 0x0000000000000001) ".text": DW_OP_reg0 RAX
----------------
I thought this layout would make the verbose/regular dump differences more obvious, but it could be just confusing...


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70540/new/

https://reviews.llvm.org/D70540





More information about the llvm-commits mailing list