[all-commits] [llvm/llvm-project] a3af3a: [DWARFDebugLoclists] Add support for other DW_LLE ...
Pavel Labath via All-commits
all-commits at lists.llvm.org
Wed Dec 4 01:38:07 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a3af3ac39301929b5c3f79b44c44c57d16a6c6f6
https://github.com/llvm/llvm-project/commit/a3af3ac39301929b5c3f79b44c44c57d16a6c6f6
Author: Pavel Labath <pavel at labath.sk>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
M llvm/test/tools/llvm-dwarfdump/X86/debug_loclists.s
Log Message:
-----------
[DWARFDebugLoclists] Add support for other DW_LLE encodings
Summary:
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.
Reviewers: dblaikie, JDevlieghere, aprantl, SouraVX
Subscribers: hiraditya, probinson, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70949
More information about the All-commits
mailing list