llvm-project/lldb/source
Greg Clayton 5beec213e2 Moved the target specific ClangASTContext initialization over into ClangASTContext::CreateInstance.
This involved changing the TypeSystem::CreateInstance to take a module or a target. This allows type systems to create an AST for modules (no expression support needed) or targets (expression support is needed) and return the correct class instance for both cases.

llvm-svn: 249747
2015-10-08 21:04:34 +00:00
..
API [lldb-mi] Fix evaluation of strings containing characters from non-ascii range 2015-10-07 19:55:33 +00:00
Breakpoint Further reduction of Clang-related header inclusion. 2015-09-21 16:56:08 +00:00
Commands Decide on the expression language inside UserExpression 2015-10-07 22:01:12 +00:00
Core Moved the target specific ClangASTContext initialization over into ClangASTContext::CreateInstance. 2015-10-08 21:04:34 +00:00
DataFormatters Route the preferred-display-language mechanism to the ValueObjectPrinter and actually fill in a few gaps for dynamic and synthetic values to be able to adopt this in useful ways 2015-10-07 02:36:35 +00:00
Expression Decide on the expression language inside UserExpression 2015-10-07 22:01:12 +00:00
Host Fix segmentation fault in lldb_private::Symbols::LocateExecutableSymbolFile() 2015-10-06 10:17:34 +00:00
Initialization TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. 2015-09-17 22:23:34 +00:00
Interpreter Move the "run" alias from process launch --shell to process launch --shell-expand-args when building on OS X 2015-09-22 22:57:12 +00:00
Plugins Fix the undefined symbol issue with go linking with autotools: build the LanguageRuntime for Go + link against it 2015-10-08 11:17:01 +00:00
Symbol Moved the target specific ClangASTContext initialization over into ClangASTContext::CreateInstance. 2015-10-08 21:04:34 +00:00
Target Moved the target specific ClangASTContext initialization over into ClangASTContext::CreateInstance. 2015-10-08 21:04:34 +00:00
Utility Add support for .ARM.exidx unwind information 2015-09-30 13:50:14 +00:00
CMakeLists.txt [cmake] Fix cmake build on OSX after r249434. 2015-10-08 12:35:21 +00:00
Makefile [Makefiles] Align library names with CMake build 2015-07-14 20:25:19 +00:00
lldb.cpp Move LLDB initialization/shutdown to Initialization. 2015-03-19 22:00:21 +00:00