Initial language runtime support for RenderScript.
authorColin Riley <colin@codeplay.com>
Thu, 9 Apr 2015 16:49:25 +0000 (16:49 +0000)
committerColin Riley <colin@codeplay.com>
Thu, 9 Apr 2015 16:49:25 +0000 (16:49 +0000)
commit5ec532a935bf17add7f6f8f9e8dfb96c3774d02e
treed203ce4f63f7481ee9c90033a5b937489c3f8961
parent2e089d8d95ffbf70bf65645e92f51ffc238eb509
Initial language runtime support for RenderScript.

Plan is to have this initialized on a per-process basis somewhat the same as the ObjC library on module loading, but this commit is simply the foundation work and will be incrementally built upon to add that detection functionality.

Differential Revision: http://reviews.llvm.org/D8896

llvm-svn: 234503
lldb/cmake/LLDBDependencies.cmake
lldb/lib/Makefile
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Plugins/LanguageRuntime/CMakeLists.txt
lldb/source/Plugins/LanguageRuntime/RenderScript/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt [new file with mode: 0644]
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/Makefile [new file with mode: 0644]
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp [new file with mode: 0644]
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h [new file with mode: 0644]
lldb/source/Plugins/Makefile