summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-28/+27
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-291-2/+4
* 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 RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-82/+66
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-131-0/+14
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-121-14/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-121-0/+14
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-9/+4
* Fixed a crasher that has been borking out heap for a long time. Greg Clayton2016-12-081-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-732/+624
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-30/+35
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-0/+37
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-0/+5
* Change the null check to an assert.Zachary Turner2015-11-131-1/+3
* Add a null check against the ThreadPlanZachary Turner2015-11-131-1/+1
* Fix TestThreadSpecificBreakpoint.py on Linux after rL252355.Chaoren Lin2015-11-071-1/+5
* Another optimization to keep down gdb-remote traffic. If we have suspended a...Jim Ingham2015-11-061-2/+18
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-1/+2
* Fix typos.Bruce Mitchener2015-07-221-2/+2
* Fix up some comments to be more explicit. Remove some long-commented out code.Jim Ingham2015-06-021-0/+1
* Enable debugging of multithreaded programs on Windows.Adrian McCarthy2015-05-181-2/+2
* Reverting r237392 since it broke TestNumThreads on ubuntu builder.Oleksiy Vyalov2015-05-151-2/+2
* Enable multithreaded debugging on Windows.Adrian McCarthy2015-05-141-2/+2
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+1
* [lldb] Abstract a superclass for a generic thread container.Kuba Brecka2014-09-051-21/+2
* Fix the behavior when hand-calling a function times out on one thread,Jim Ingham2014-04-081-1/+10
* Fixed deadlocks that could occur when using python for breakpoints, operating...Greg Clayton2014-02-131-0/+11
* Correct logic checking for the first stop IDEd Maste2014-01-171-1/+1
* Fix a bug where if we stop but nobody says there was a reason for the stop, w...Jim Ingham2014-01-151-5/+19
* Adding support for setting thread stop state when a process stops.Andrew Kaylor2013-05-101-0/+22
* Revert r181482 as it causes occasional hangs in LLDB buildbotsDaniel Malea2013-05-091-22/+0
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-13/+8
* Adding code to set thread state to stopped when the process stops.Andrew Kaylor2013-05-081-0/+22
* Figure out the reply to "PlanExplainsStop" once when we stop and then use the...Jim Ingham2013-05-081-0/+13
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-30/+32
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-32/+30
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-30/+32
* <rdar://problem/13700260>Greg Clayton2013-05-011-5/+51
* Make sure all the threads get a chance to compute their StopInfo's before we ...Jim Ingham2013-04-161-1/+12
* <rdar://problem/13527167>Greg Clayton2013-03-281-0/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-6/+6
* If we stopped but no threads had a reason for stopping, we should tell the us...Jim Ingham2013-03-211-1/+16
* <rdar://problem/12976225>Han Ming Ong2013-01-081-0/+23
* Broadcast an event when the selected thread is changed.Jim Ingham2012-12-111-2/+17
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-4/+4
* Don't lock the thread list during ThreadList::ShouldStop. That does tooJim Ingham2012-11-151-7/+20
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-2/+2
OpenPOWER on IntegriCloud