llvm-project/lldb
Zachary Turner 594c85e95f [NativePDB] Decouple AST reconstruction from lldb Symbol creation.
Previously the code that parsed debug info to create lldb's Symbol
objects such as Variable, Type, Function, etc was tightly coupled
to the AST reconstruction code.  This made it difficult / impossible
to implement functions such as ParseDeclsForContext() that were only
supposed to be operating on clang AST's.  By splitting these apart,
the logic becomes much cleaner and we have a clear separation of
responsibilities.

llvm-svn: 349383
2018-12-17 19:43:33 +00:00
..
cmake [CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-enabled builds 2018-12-05 12:18:44 +00:00
docs Add a description of the similar packets defined in the 2018-12-16 18:44:54 +00:00
examples Fix lldb's macosx/heap.py cstr command. 2018-12-17 18:21:51 +00:00
include/lldb [Clang AST Context] Add a few helper functions. 2018-12-17 16:15:13 +00:00
lit [NativePDB] Decouple AST reconstruction from lldb Symbol creation. 2018-12-17 19:43:33 +00:00
lldb.xcodeproj Fix the unittests for the move of Listener & Broadcaster 2018-12-14 23:27:08 +00:00
lldb.xcworkspace Fix a typo in the gtest build target for Debug configuration. 2018-04-10 17:49:56 +00:00
packages/Python/lldbsuite Update a comment according to r255360 "Remove -r and -R options from dotest.py" 2018-12-14 23:02:41 +00:00
resources Fix up Info.plist when building LLDB.framework with CMake 2018-06-19 02:59:30 +00:00
scripts Make scripts/analyzer-project-deps compatible with python3 2018-12-06 10:27:38 +00:00
source [NativePDB] Decouple AST reconstruction from lldb Symbol creation. 2018-12-17 19:43:33 +00:00
test Revert "[CMake] Streamline code signing for debugserver and pass entitlements to extended llvm_codesign" 2018-11-27 00:25:49 +00:00
third_party/Python/module
tools [Driver] Fix --repl argument. 2018-12-17 18:11:48 +00:00
unittests Add missing .dmp files to test inputs. 2018-12-14 19:38:08 +00:00
utils Fix typos. 2018-10-04 22:33:39 +00:00
www [lldb] Introduce StackFrameRecognizer [take 3] 2018-10-31 04:00:22 +00:00
.arcconfig
.clang-format
.gitignore [dotest] Remove crashinfo hook 2018-01-10 10:18:47 +00:00
CMakeLists.txt [CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-enabled builds 2018-12-05 12:18:44 +00:00
CODE_OWNERS.txt Fix/unify the spelling of Objective-C. 2018-06-13 16:21:24 +00:00
INSTALL.txt Changed builld-llvm.py to use .json files 2017-02-23 02:21:34 +00:00
LICENSE.TXT
use_lldb_suite_root.py