[Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.
Ewan Crawford via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 13 08:34:49 PDT 2015
EwanCrawford added a comment.
Hi Bruce,
I'm mapping rs types to data formatters in the struct `RenderScriptRuntime::AllocationDetails::RSTypeToFormat` on line RenderScriptRuntime.cpp:259.
Then using a `DataExtractor` to print using those formats on RenderScriptRuntime.cpp:1830
Is there another way you would suggest?
Repository:
rL LLVM
http://reviews.llvm.org/D13699
More information about the lldb-commits
mailing list