summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix printf format specifier to silence warning.Chaoren Lin2015-04-091-2/+2
| | | | llvm-svn: 234531
* [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-094-0/+502
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