llvm-project/lldb/source
Pavel Labath 0e33a0cd58 DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method
This method is used to find complete definitions of a type when one
parses a compile unit with only forward declaration available.

Since it is only accessed from DWARFASTParserClang, it was not
possible/easy to trigger this codepath from lldb-test. Therefore, I
adapt add a debug-names variant to an existing dotest test to cover this
scenario.

llvm-svn: 334516
2018-06-12 16:50:01 +00:00
..
API Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails 2018-06-11 21:19:26 +00:00
Breakpoint Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Commands Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00
Core [FileSystem] Split up the OpenFlags enumeration. 2018-06-07 19:58:58 +00:00
DataFormatters Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Expression [IRMemoryMap] Fix the alignment adjustment in Malloc 2018-05-31 22:08:59 +00:00
Host Document how lldb uses the DBGSourcePathRemapping 2018-06-11 21:36:40 +00:00
Initialization Move ObjectFile initialization out of SystemInitializerCommon 2018-05-24 12:44:18 +00:00
Interpreter Normalize some lldb #include statements. 2018-05-22 22:53:50 +00:00
Plugins DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes method 2018-06-12 16:50:01 +00:00
Symbol [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use 2018-06-06 11:35:23 +00:00
Target [lldb, process] Fix occasional hang when launching a process in LLDB 2018-06-01 19:14:53 +00:00
Utility [FileSpec] Re-implmenet removeLastPathComponent 2018-05-30 13:03:16 +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