diff options
| author | Pavel Labath <labath@google.com> | 2015-10-14 11:50:37 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-10-14 11:50:37 +0000 |
| commit | dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7 (patch) | |
| tree | 1cc76f4093e071ffede3c220ccc22b38d39112e3 /lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h | |
| parent | 3fe5ce0b3e37a23116371781da06d2fb779073ea (diff) | |
| download | bcm5719-llvm-dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7.tar.gz bcm5719-llvm-dee8834570f0eb5b76e85a243cc6fb0b1e8cf4c7.zip | |
Revert "RenderScript command for printing allocation contents"
This commit breaks TestDataFormatterSmartArray on all buildbots.
llvm-svn: 250290
Diffstat (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h')
| -rw-r--r-- | lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h index 740ab32ed14..ab4e8b1e85d 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h @@ -202,8 +202,6 @@ class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime void DumpKernels(Stream &strm) const; - bool DumpAllocation(Stream &strm, StackFrame* frame_ptr, const uint32_t id); - void ListAllocations(Stream &strm, StackFrame* frame_ptr, bool recompute); void AttemptBreakpointAtKernelName(Stream &strm, const char *name, Error &error, lldb::TargetSP target); @@ -300,8 +298,6 @@ class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime void CaptureAllocationInit1(RuntimeHook* hook_info, ExecutionContext& context); void CaptureSetGlobalVar1(RuntimeHook* hook_info, ExecutionContext& context); - AllocationDetails* FindAllocByID(Stream &strm, const uint32_t alloc_id); - // // Helper functions for jitting the runtime // @@ -314,10 +310,6 @@ class RenderScriptRuntime : public lldb_private::CPPLanguageRuntime bool JITElementPacked(AllocationDetails* allocation, StackFrame* frame_ptr); - bool JITAllocationSize(AllocationDetails* allocation, StackFrame* frame_ptr, const uint32_t elem_size); - - bool JITAllocationStride(AllocationDetails* allocation, StackFrame* frame_ptr); - // Search for a script detail object using a target address. // If a script does not currently exist this function will return nullptr. // If 'create' is true and there is no previous script with this address, |

