[Lldb-commits] [PATCH] D13699: RenderScript command for printing allocation contents.

Ewan Crawford via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 15 01:40:51 PDT 2015


EwanCrawford added a comment.

Unfortunately there isn't a user-visible variable for the allocation. Information regarding the allocation as a whole is maintained by the runtime.

Within a RS kernel invocation the user only has access to the raw data at a specific cell in the allocation, which is available for data inspection.
More information about the allocation can be acquired within a kernel, but only by querying API functions.


Repository:
  rL LLVM

http://reviews.llvm.org/D13699





More information about the lldb-commits mailing list