[Lldb-commits] [PATCH] D32184: Teach RenderScriptRuntime about changed context representation.
David Gross via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 18 12:20:05 PDT 2017
dgross created this revision.
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.
https://reviews.llvm.org/D32184
Files:
source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32184.95609.patch
Type: text/x-patch
Size: 7047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170418/257bcbd9/attachment.bin>
More information about the lldb-commits
mailing list