llvm-project/lldb/source
Pavel Labath a3ee1e7f92 DebugNamesDWARFIndex: Implement regex version of the GetFunctions method
This also fixes a bug where SymbolFileDWARF was returning the same
function multiple times - this can happen if both mangled and demangled
names match the regex. Other lookup lookup functions had code to handle
this case, but it was forgotten here.

llvm-svn: 334277
2018-06-08 10:31:55 +00:00
..
API Remove dependency from Host to clang. 2018-06-04 17:41:00 +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 Remove dependency from Host to clang. 2018-06-04 17:41:00 +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 regex version of the GetFunctions method 2018-06-08 10:31:55 +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