hanchenye-llvm-project/lldb
Stefan Granitz 149fede165 Unit test for Symtab::InitNameIndexes
Summary: In order to exploit the potential of LLVM's new ItaniumPartialDemangler for indexing in LLDB, we expect conceptual changes in the implementation of the InitNameIndexes function. Here is a unit test that aims at covering all relevant code paths in that function.

Reviewers: labath, jingham, JDevlieghere

Reviewed By: JDevlieghere

Subscribers: friss, teemperor, davide, clayborg, erik.pilkington, lldb-commits, mgorny

Differential Revision: https://reviews.llvm.org/D49909

llvm-svn: 338695
2018-08-02 10:13:18 +00:00
..
cmake Introduce install-lldb-framework target 2018-08-01 17:21:18 +00:00
docs
examples Update cmdtemplate.py to use best pratices. 2018-06-22 23:34:24 +00:00
include/lldb [LLDB] Added syntax highlighting support 2018-08-02 00:30:15 +00:00
lit [lldb-mi] Re-implement data-info-line command. 2018-07-23 13:02:41 +00:00
lldb.xcodeproj Added missing highlighter files to XCode project 2018-08-02 03:01:09 +00:00
lldb.xcworkspace
packages/Python/lldbsuite [LLDB] Added syntax highlighting support 2018-08-02 00:30:15 +00:00
resources Fix up Info.plist when building LLDB.framework with CMake 2018-06-19 02:59:30 +00:00
scripts Revert "Stop building liblldb with CMake's framework functionality" 2018-07-27 23:38:58 +00:00
source [LLDB] Added syntax highlighting support 2018-08-02 00:30:15 +00:00
test [CMake] Move some variables around 2018-07-04 13:59:25 +00:00
third_party/Python/module
tools Fix windows build after r337689 2018-07-23 14:10:30 +00:00
unittests Unit test for Symtab::InitNameIndexes 2018-08-02 10:13:18 +00:00
utils
www
.arcconfig
.clang-format
.gitignore
CMakeLists.txt Introduce install-lldb-framework target 2018-08-01 17:21:18 +00:00
CODE_OWNERS.txt
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py