diff options
author | Ewan Crawford <ewan@codeplay.com> | 2015-10-06 08:42:32 +0000 |
---|---|---|
committer | Ewan Crawford <ewan@codeplay.com> | 2015-10-06 08:42:32 +0000 |
commit | 15f2bd9549247a7b8f3e651e7f51497aaaea50bd (patch) | |
tree | 5384886ea2706e9cf67988116cb6f1af9266f77a /lldb/scripts/Python/buildSwigPython.py | |
parent | 2f00005cd748e76fc7fa74eb9982ee1f58e5a3bc (diff) | |
download | bcm5719-llvm-15f2bd9549247a7b8f3e651e7f51497aaaea50bd.tar.gz bcm5719-llvm-15f2bd9549247a7b8f3e651e7f51497aaaea50bd.zip |
RenderScript command for printing allocation information
This patch adds a new command 'language renderscript allocation list' for printing the details of all loaded RS allocations.
In order to work out this information lldb JITs the runtime for the data it wants.
This has a penalty of a couple seconds latency, so is only done once for each allocation and the results cached.
If the user later wants to recalculate this information however, they can force lldb to do so with the --refresh flag.
Reviewed by: jingham, clayborg
Subscribers: lldb-commits, ADodds, domipheus, dean, tberghammer, danalbert, srhines
Differential Revision: http://reviews.llvm.org/D13247
llvm-svn: 249380
Diffstat (limited to 'lldb/scripts/Python/buildSwigPython.py')
0 files changed, 0 insertions, 0 deletions