[all-commits] [llvm/llvm-project] 6ce1a8: [lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Dec 12 06:33:18 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ce1a897b6a82e18059fd3b75b8d52ff12c2a605
https://github.com/llvm/llvm-project/commit/6ce1a897b6a82e18059fd3b75b8d52ff12c2a605
Author: Pavel Labath <pavel at labath.sk>
Date: 2019-12-12 (Thu, 12 Dec 2019)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
A lldb/test/Shell/SymbolFile/DWARF/debug_loclists-dwo.s
Log Message:
-----------
[lldb/DWARF] Fix v5 location lists for dwo files
Dwo files don't have a DW_AT_loclists_base -- set one explicitly. Also,
make sure we use the correct location list flavour for v5.
More information about the All-commits
mailing list