llvm-project/lldb
Greg Clayton 7ecb3a040b Avoid the race condition Stephen Wilson was worried about in revision 123465 by making a local copy. We need to be able to have the private state thread let the lldb_private::Process class that it has exited, otherwise we end up with a timeout when the process destructor or DoDestroy is called where the private state thread has already exited and then StopPrivateStateThread() will wait for the thread which has already existed to respond to it.
llvm-svn: 124038
2011-01-22 17:43:17 +00:00
..
docs Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
examples Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. 2011-01-08 20:28:42 +00:00
include Added an interface for noticing new thread creation. At this point, I only turn it on when 2011-01-22 01:33:44 +00:00
lib Initial support for a DynamicLoader plugin on Linux. 2011-01-16 19:45:39 +00:00
lldb.xcodeproj Added the start of opcode emulation for ARM instructions. This class is designed 2011-01-21 22:02:52 +00:00
resources lldb-41 and debugserver-126 are set in the Xcode projects. 2011-01-15 03:06:23 +00:00
scripts Updated to revision 123723 of LLVM, to bring in 2011-01-18 23:32:05 +00:00
source Avoid the race condition Stephen Wilson was worried about in revision 123465 by making a local copy. We need to be able to have the private state thread let the lldb_private::Process class that it has exited, otherwise we end up with a timeout when the process destructor or DoDestroy is called where the private state thread has already exited and then StopPrivateStateThread() will wait for the thread which has already existed to respond to it. 2011-01-22 17:43:17 +00:00
test Add test cases for the scenario of selecting a frame index while stopped, and 2011-01-21 18:23:16 +00:00
tools Sped up the shutdown time on MacOSX by quite a bit by making sure any 2011-01-22 07:12:45 +00:00
utils The recent change in argument parsing is messing up the emacs lldb mode's capability to properly 2010-12-20 22:58:58 +00:00
www Apply patch from Bruce Mitchener to fix spelling errors. 2011-01-07 17:16:03 +00:00
INSTALL.txt You'll need to be running Mac OS X to get lldb to build right now. 2010-06-09 07:29:26 +00:00
LICENSE.TXT test commit 2010-06-09 03:55:24 +00:00
Makefile Ignore unknown pragmas. 2011-01-06 22:10:24 +00:00