Go to file
Ed Maste 502f9020a7 PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Although ptrace() can be passed a PID or TID for PT_CONTINUE and PT_STEP,
the kernel operates on all threads in the process in both cases.  (See
the FOREACH_THREAD_IN_PROC in FreeBSD's sys_process.c:kern_ptrace.)

Make this clear by using the PID from the ProcessMonitor instance.

llvm-svn: 195656
2013-11-25 16:31:23 +00:00
clang Another pass at adding missing matchers into the registry. 2013-11-25 15:03:44 +00:00
clang-tools-extra Trailing linefeed. 2013-11-21 13:50:58 +00:00
compiler-rt [lsan] Unbreak lsan_testlib.cc. 2013-11-25 15:54:31 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc R600: Add aliases for Sea Islands GPUs 2013-11-18 18:21:30 +00:00
libcxx Compiling libcxx with gcc 4.6.4 (MingW) produces these errors: 2013-11-22 09:22:12 +00:00
libcxxabi On Windows, typeids are different between DLLs and EXEs, so comparing 2013-11-22 21:43:23 +00:00
lld [PECOFF] Move definitions to IdataPass.cpp. 2013-11-25 06:21:42 +00:00
lldb PT_CONTINUE and PT_STEP are process-scope on FreeBSD 2013-11-25 16:31:23 +00:00
llvm ARM: remove special cases for Darwin dynamic-no-pic mode. 2013-11-25 16:24:52 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Really stop the buildbot noise 2013-11-22 23:56:11 +00:00