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

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 10:56:35 PDT 2015


granata.enrico added a subscriber: granata.enrico.
granata.enrico added a comment.

Is there any reason why we need a special command here?

Are these allocations not bound to any user-visible variable, such that one could get the same result by using our existing data inspection commands (expression, frame variable, ...) with some data formatter support?


Repository:
  rL LLVM

http://reviews.llvm.org/D13699





More information about the lldb-commits mailing list