llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX
Sean Callanan a994b0b273 Made GetScratchTypeSystemForLanguage return an error if desired.
Also made it not store nullptrs in its TypeSystemMap, so it will retry to make
the AST context if it errored out last time.

llvm-svn: 249167
2015-10-02 18:40:30 +00:00
..
AppleGetItemInfoHandler.cpp Made GetScratchTypeSystemForLanguage return an error if desired. 2015-10-02 18:40:30 +00:00
AppleGetItemInfoHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetPendingItemsHandler.cpp Reduce inclusion of clang headers. 2015-09-18 17:02:48 +00:00
AppleGetPendingItemsHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetQueuesHandler.cpp Reduce inclusion of clang headers. 2015-09-18 17:02:48 +00:00
AppleGetQueuesHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
AppleGetThreadItemInfoHandler.cpp Reduce inclusion of clang headers. 2015-09-18 17:02:48 +00:00
AppleGetThreadItemInfoHandler.h This patch makes Clang-independent base classes for all the expression types that lldb currently vends. 2015-09-15 21:13:50 +00:00
CMakeLists.txt SystemRuntime/MacOSX no longer need ObjCRuntime header. 2015-09-03 23:57:09 +00:00
Makefile SystemRuntime/MacOSX no longer need ObjCRuntime header. 2015-09-03 23:57:09 +00:00
SystemRuntimeMacOSX.cpp TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. 2015-09-17 22:23:34 +00:00
SystemRuntimeMacOSX.h Fix warnings found by -Wextra-semi 2015-07-22 08:12:01 +00:00