llvm-capstone/lldb
Raphael Isemann d8a3194987 [lldb][NFC] Add unit test for persistent variable lookup with ClangExpressionDeclMap
This adds a unit test for looking up persistent declarations in the scratch AST
context. Also adds the `GetPersistentDecl` hook to the ClangExpressionDeclMap
that this unit test can emulate looking up persistent variables without having
a lldb_private::Target.
2019-12-18 13:50:05 +01:00
..
cmake [lldb/CMake] Initialize LLDB_ENABLE_POSIX based on the UNIX variable. 2019-12-13 13:46:43 -08:00
docs [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
examples
include/lldb [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass 2019-12-17 16:10:34 +01:00
packages/Python/lldbsuite [lldb] Remove modern-type-lookup 2019-12-17 12:24:31 +01:00
resources
scripts [lldb/SWIG] Modulerize lldb.swig so parts of it can be reused. 2019-12-13 14:49:44 -08:00
source [lldb][NFC] Add unit test for persistent variable lookup with ClangExpressionDeclMap 2019-12-18 13:50:05 +01:00
test [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
third_party/Python/module
tools [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
unittests [lldb][NFC] Add unit test for persistent variable lookup with ClangExpressionDeclMap 2019-12-18 13:50:05 +01:00
utils [lldb] Respect previously set values of LLDB_TABLEGEN_EXE 2019-12-16 14:31:42 -08:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py