Temporarily disable the JIT loading detector till we figure out why it crashes when lldb follows through exec's...

llvm-svn: 203068
This commit is contained in:
Jim Ingham 2014-03-06 03:47:34 +00:00
parent 00fa3f7bf1
commit 82536bdbbf
1 changed files with 3 additions and 3 deletions

View File

@ -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)