aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-114/+79
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko1-12/+12
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-03-07When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham1-5/+41
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton1-1/+1
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-1/+1
2010-12-15Fixed an error where the thread index was being returned as zero in "uint32_t...Greg Clayton1-3/+3
2010-06-18Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham1-0/+64
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham1-0/+58