llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript
David Gross 36d783ebfe Teach RenderScriptRuntime about changed context representation.
Summary:
The runtime discovers contexts through RenderScriptRuntime::Capture*()
methods.  These methods see the low-level context representation.
However, the runtime calls APIs that require the high-level context
representation.  Therefore, it needs to call yet another API to find
the high-level representation associated with a given low-level
representation.

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D32184

llvm-svn: 300727
2017-04-19 18:14:21 +00:00
..
RenderScriptRuntime Teach RenderScriptRuntime about changed context representation. 2017-04-19 18:14:21 +00:00
CMakeLists.txt