llvm-project/lldb/source
Jan Kratochvil 55c84b1a4e Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Code commonly checks if the parent DIE is DW_TAG_compile_unit.
But DW_TAG_partial_unit also acts as DW_TAG_compile_unit for DWZ
as DWZ is using DW_TAG_imported_unit only at the top unit level.

Differential revision: https://reviews.llvm.org/D40469

llvm-svn: 331194
2018-04-30 16:04:32 +00:00
..
API Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Breakpoint Always normalize FileSpec paths. 2018-04-27 15:45:58 +00:00
Commands Improve LLDB's handling of non-local minidumps 2018-04-18 23:10:46 +00:00
Core Support reading section ".gnu_debugaltlink" 2018-04-29 19:47:48 +00:00
DataFormatters Use exact equality for category language matching, for all languages, except those specifically mentioned. 2017-06-06 20:40:24 +00:00
Expression Support reading section ".gnu_debugaltlink" 2018-04-29 19:47:48 +00:00
Host Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Initialization Don't use llvm::EnablePrettyStackTrace on macOS. 2017-12-02 00:11:18 +00:00
Interpreter Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
Plugins Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched 2018-04-30 16:04:32 +00:00
Symbol Support reading section ".gnu_debugaltlink" 2018-04-29 19:47:48 +00:00
Target Fix a thinko in the iteration over StructuredDataPlugin Create functions. 2018-04-27 01:57:40 +00:00
Utility Fixup r331049 (FileSpec auto-normalization) 2018-04-30 12:59:14 +00:00
CMakeLists.txt Remove Plugins/Process/POSIX from include_directories 2017-04-11 12:26:25 +00:00
lldb.cpp Run clang-format on lldb.cpp 2017-11-02 16:56:52 +00:00