hanchenye-llvm-project/lldb
Jim Ingham b42f3af336 Don't lock the thread list during ThreadList::ShouldStop. That does too
much work for this to make sense.  Just copy the current thread list and
operate on that.  Prevents some deadlocks.

llvm-svn: 168106
2012-11-15 22:44:04 +00:00
..
docs Avoid potentially disastrous mistakes when removing a file. 2012-11-05 18:41:33 +00:00
examples Replace printf with result.Printf, so that the plugin shows its output with any configuration of the LLDB I/O streams (esp. useful in graphic environments such as Xcode) 2012-10-30 18:01:15 +00:00
include In cases where the Objective-C ivar symbols are stripped out, 2012-11-15 02:02:04 +00:00
lib Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00
lldb.xcodeproj <rdar://problem/12695557> 2012-11-14 00:23:48 +00:00
lldb.xcworkspace
resources Bump to lldb-168, debugserver-193. 2012-09-20 06:42:30 +00:00
scripts Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks). 2012-11-01 18:55:16 +00:00
source Don't lock the thread list during ThreadList::ShouldStop. That does too 2012-11-15 22:44:04 +00:00
test In cases where the Objective-C ivar symbols are stripped out, 2012-11-15 02:02:04 +00:00
tools Added a posix_spawn based launchd plist for always using posix_spawn to launch programs. 2012-11-08 00:06:59 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Explain how to use "expr -u" as the lldb equivalent of "set unwind-on-signal 0; print". 2012-11-15 19:13:33 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00