summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/ThreadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial check-in of "fancy" inlined stepping. Doesn't do anything useful unl...Jim Ingham2012-09-011-4/+9
* When we are preparing all threads to run, if the overall run state of a threa...Jim Ingham2012-05-311-1/+6
* <rdar://problem/11386214>Greg Clayton2012-05-181-0/+8
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-1/+1
* Threads now store their "temporary" resume state, so we know whether they wer...Jim Ingham2012-01-311-59/+21
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-0/+37
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-6/+6
* Make the "log enable lldb-step" output easier to parse.Jim Ingham2011-10-151-15/+17
* In ThreadList::GetSelectedThread, handle the case where we have noJason Molenda2011-09-131-0/+2
* Move the SourceManager from the Debugger to the Target. That way it can stor...Jim Ingham2011-09-081-4/+11
* Modify the impl of ThreadList::GetSelectedThread() so that it tries to fetch theJohnny Chen2011-08-251-3/+7
* Make ThreadList::GetSelectedThread() select and return the 0th thread if ther...Johnny Chen2011-08-251-0/+2
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-0/+17
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Fix a crasher when you have no log.Greg Clayton2011-01-241-3/+4
* Some useful logging. Also don't stuff the temporary thread into a shared poi...Jim Ingham2011-01-241-13/+18
* Added an interface for noticing new thread creation. At this point, I only t...Jim Ingham2011-01-221-0/+18
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-0/+2
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Don't cache the public stop reason, since it can change as plan completion ge...Jim Ingham2010-10-201-9/+1
* Cleaned up step logging a bit.Greg Clayton2010-09-031-13/+19
* Fixed the StackFrame to correctly resolve the StackID's SymbolContextScope.Greg Clayton2010-09-031-12/+74
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-16/+16
* Don't call PrepareForResume on threads that aren't going to get a chance to r...Jim Ingham2010-07-141-4/+33
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+1
* Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham2010-06-191-4/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+460
OpenPOWER on IntegriCloud