hanchenye-llvm-project/lldb
Jim Ingham 1b54c88cc4 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID.
Push this through all the breakpoint management code.  Allow this to be set when the breakpoint is created.
Fix the Process classes so that a breakpoint hit that is not for a particular thread is not reported as a 
breakpoint hit event for that thread.
Added a "breakpoint configure" command to allow you to reset any of the thread 
specific options (or the ignore count.)

llvm-svn: 106078
2010-06-16 02:00:15 +00:00
..
docs typeo fix. 2010-06-09 07:19:15 +00:00
include/lldb Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. 2010-06-16 02:00:15 +00:00
lldb.xcodeproj Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. 2010-06-16 02:00:15 +00:00
lldb.xcworkspace
resources
scripts Updated LLVM/Clang to revision from 2010-06-13T06:00. 2010-06-13 17:34:29 +00:00
source Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. 2010-06-16 02:00:15 +00:00
test
tools Change the Options parser over to use a mask rather than an ordinal for option sets. 2010-06-15 18:47:14 +00:00
www Fix utilities text 2010-06-12 03:34:21 +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
lldb.runcontext