From e09c44b6ff45c35cb12874230128d752bdaaa923 Mon Sep 17 00:00:00 2001 From: Aidan Dodds Date: Thu, 14 Jan 2016 15:39:28 +0000 Subject: [RenderScript] Hook kernel invocation. This patch adds a hook to track kernel invocations and to track all script and allocation objects used. llvm-svn: 257772 --- .../RenderScript/RenderScriptRuntime/RenderScriptRuntime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h') diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h index 2fe439017bb..015397397f2 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h @@ -324,6 +324,7 @@ private: void CaptureAllocationInit1(RuntimeHook* hook_info, ExecutionContext& context); void CaptureAllocationDestroy(RuntimeHook* hook_info, ExecutionContext& context); void CaptureSetGlobalVar1(RuntimeHook* hook_info, ExecutionContext& context); + void CaptureScriptInvokeForEachMulti(RuntimeHook* hook_info, ExecutionContext& context); AllocationDetails* FindAllocByID(Stream &strm, const uint32_t alloc_id); std::shared_ptr GetAllocationData(AllocationDetails* allocation, StackFrame* frame_ptr); -- cgit v1.2.3