Go to file
Jim Ingham 362e39a0a7 Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the
process StopLocker (if there is a process) before it will hand out SBValues.  We were doing this in 
an ad hoc fashion previously, and then playing whack-a-mole whenever we found a place where we should
have been doing this but weren't.  Really, it doesn't make sense to be poking at SBValues when the target
is running, the dynamic and synthetic values can't really be computed, and the underlying memory may be
incoherent.

<rdar://problem/13819378> Sometimes when stepping fast, my inferior is killed by debugserver

llvm-svn: 181863
2013-05-15 02:16:21 +00:00
clang Use 'env' in tests that set environment variables. 2013-05-15 01:45:37 +00:00
clang-tools-extra cpp11-migrate: Add override specifier before comments on inline methods 2013-05-14 17:34:12 +00:00
compiler-rt [sanitizer] Fix Android build. 2013-05-14 15:22:39 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fixing the MSan/compiler-rt build 2013-05-13 21:53:44 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld] Fix compiler warning that shift count is too big on P64. 2013-05-14 23:51:50 +00:00
lldb Change the mechanism around SBValue::GetSP() so that it always requires the target API lock AND the 2013-05-15 02:16:21 +00:00
llvm LoopVectorize: Fix comments 2013-05-15 02:02:45 +00:00
polly Sort includes 2013-05-07 08:11:54 +00:00