[Lldb-commits] [PATCH] D13903: [RenderScript] New commands to save/load RS allocations to file.

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 20 09:51:55 PDT 2015


EwanCrawford created this revision.
EwanCrawford added reviewers: clayborg, jingham.
EwanCrawford added subscribers: lldb-commits, domipheus.
EwanCrawford set the repository for this revision to rL LLVM.

Patch adds command 'language renderscript allocation save' to store the contents of an allocation in a binary file. 
And 'language renderscript allocation load' to restore an allocation with the saved data from a binary file.

Binary file format contains a header `FileHeader` with meta information preceding the raw data.



Repository:
  rL LLVM

http://reviews.llvm.org/D13903

Files:
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
  source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13903.37889.patch
Type: text/x-patch
Size: 21282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151020/bada6ceb/attachment-0001.bin>


More information about the lldb-commits mailing list