Go to file
Jim Ingham 7ac5c86ba9 Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification
breakpoint only  if the process it was for is still alive.  We need to always remove this because
it has a pointer to the old loader, and    if we ever hit it we will crash.  I also put in a sanity
check in the callback function to make sure we don't invoke it if the process is wrong.

<rdar://problem/21006189>

llvm-svn: 237866
2015-05-21 00:27:01 +00:00
clang Rename a helper template function to 'bytes' to avoid a C++17 STL conflict 2015-05-21 00:13:09 +00:00
clang-tools-extra Copy lit shell changes from clang to clang-tools-extra, excluding some failing tests 2015-05-20 20:33:18 +00:00
compiler-rt [darwin] fix libcompiler_rt.dylib build 2015-05-20 22:37:46 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Start a to-do list for libc++ 2015-05-20 17:39:54 +00:00
libcxxabi LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and find_path will not update it. 2015-05-09 21:03:01 +00:00
libunwind Code cleanup: Remove duplicated line. 2015-05-17 13:49:18 +00:00
lld [LLD] Make lastOrdinal atomic to avoid race conditions. 2015-05-20 23:44:37 +00:00
lldb Fix the logic in DynamicLoaderMacOSXDYLD::Clear that would only remove the old dyld notification 2015-05-21 00:27:01 +00:00
llgo benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes. 2015-05-12 22:14:26 +00:00
llvm [MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC. 2015-05-21 00:08:35 +00:00
openmp Change CMake variable prefix to LIBOMP 2015-05-20 22:33:24 +00:00
polly Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00