[Lldb-commits] [PATCH] D32184: Teach RenderScriptRuntime about changed context representation.

2017-04-18 Thread David Gross via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D32184: Teach RenderScriptRuntime about changed context representation.

2017-04-18 Thread David Gross via Phabricator via lldb-commits
dgross added a comment. Context representation changed here: https://android-review.googlesource.com/#/c/343816/ New API added here: https://android-review.googlesource.com/#/c/365839/ https://reviews.llvm.org/D32184 ___ lldb-commits mailing list

[Lldb-commits] [PATCH] D32184: Teach RenderScriptRuntime about changed context representation.

2017-04-19 Thread David Gross via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL300727: Teach RenderScriptRuntime about changed context representation. (authored by dgross). Changed prior to commit: https://reviews.llvm.org/D32184?vs=95609&id=95787#toc Repository: rL LLVM https