[PATCH] D70949: [DWARFDebugLoclists] Add support for other DW_LLE encodings
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 3 02:59:07 PST 2019
labath created this revision.
labath added reviewers: dblaikie, JDevlieghere, aprantl, SouraVX.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
lldb's loclists parser has support for DW_LLE_start_end(x) encodings. To
avoid regressing when switching the implementation to llvm's, I add
parsing support for all previously unsupported location list encodings.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70949
Files:
llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
llvm/test/tools/llvm-dwarfdump/X86/debug_loclists.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70949.231856.patch
Type: text/x-patch
Size: 12493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191203/0ce32867/attachment.bin>
More information about the llvm-commits
mailing list