From f478678549f6a57f708a1f8a8afd02004fdd1e50 Mon Sep 17 00:00:00 2001 From: Aidan Dodds Date: Thu, 11 Feb 2016 15:16:37 +0000 Subject: [Renderscript] Refactor target argument reading code. This patch reworks the function argument reading code, allowing us to annotate arguments with their types. The type/size information is needed to correctly parse arguments passed on the stack. llvm-svn: 260525 --- .../RenderScript/RenderScriptRuntime/RenderScriptRuntime.h | 3 --- 1 file changed, 3 deletions(-) (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 84bf81cce67..298e2aaf819 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h @@ -337,9 +337,6 @@ private: void HookCallback(RuntimeHook *hook_info, ExecutionContext &context); - bool - GetArgSimple(ExecutionContext &context, uint32_t arg, uint64_t *data); - void CaptureScriptInit(RuntimeHook *hook_info, ExecutionContext &context); -- cgit v1.2.3