summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-12/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move StructuredData from Core to UtilityPavel Labath2017-06-271-2/+2
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Serilize the thread options within the breakpoint options.Jim Ingham2016-09-221-0/+51
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-114/+79
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-12/+12
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham2012-03-071-5/+41
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-1/+1
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Fixed an error where the thread index was being returned as zero in "uint32_t...Greg Clayton2010-12-151-3/+3
* Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham2010-06-181-0/+64
* Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham2010-06-161-0/+58
OpenPOWER on IntegriCloud