summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Additions to RenderScriptRuntime in prep for detection of RenderScript ↵Colin Riley2015-04-141-1/+23
| | | | | | | | modules and moving of the command interpreter manipulation to after construction. Differential Revision: http://reviews.llvm.org/D9001 llvm-svn: 234871
* [RenderScriptRuntime] Fix build after r234522.Siva Chandra2015-04-091-0/+4
| | | | | | | | | | | | Test Plan: Build LLDB Reviewers: domipheus Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D8933 llvm-svn: 234524
* Initial language runtime support for RenderScript. Colin Riley2015-04-091-0/+127
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
OpenPOWER on IntegriCloud