From 82536bdbbfa2bbc8fe5dd97f8bbe276c5a8952d4 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 6 Mar 2014 03:47:34 +0000 Subject: Temporarily disable the JIT loading detector till we figure out why it crashes when lldb follows through exec's... llvm-svn: 203068 --- lldb/source/Target/Process.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/source/Target/Process.cpp') diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index 2899ef7d2d3..793cdec4fce 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -3068,7 +3068,7 @@ Process::Launch (ProcessLaunchInfo &launch_info) if (dyld) dyld->DidLaunch(); - GetJITLoaders().DidLaunch(); + // GetJITLoaders().DidLaunch(); SystemRuntime *system_runtime = GetSystemRuntime (); if (system_runtime) @@ -3117,7 +3117,7 @@ Process::LoadCore () if (dyld) dyld->DidAttach(); - GetJITLoaders().DidAttach(); + //GetJITLoaders().DidAttach(); SystemRuntime *system_runtime = GetSystemRuntime (); if (system_runtime) @@ -3396,7 +3396,7 @@ Process::CompleteAttach () if (dyld) dyld->DidAttach(); - GetJITLoaders().DidAttach(); + // GetJITLoaders().DidAttach(); SystemRuntime *system_runtime = GetSystemRuntime (); if (system_runtime) -- cgit v1.2.3