summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add logic to MachThreadList::GetThreadID() for the use case of setting a watc...Johnny Chen2011-09-071-4/+16
* If we are telling only one thread to run in debugserver, and that thread has ...Jim Ingham2011-07-211-1/+28
* Rework the RunThreadPlan event handling to use Event Hijacking not stopping t...Jim Ingham2011-02-081-3/+5
* One more thing... Resume any threads that we discover were created while we s...Greg Clayton2011-01-241-5/+21
* Discover new threads right before we continue a process since libdispatch hasGreg Clayton2011-01-241-13/+14
* Added logging for threads that are spawned while we stop. We log theirGreg Clayton2011-01-241-1/+24
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-140/+97
* Fixed 32 bit debugging after recent architecture changes to debugserver.Greg Clayton2010-12-011-2/+2
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-1/+32
* Fixed an issue with the MachThread class where we might not get the initialGreg Clayton2010-11-121-1/+4
* Still trying to get detach to work with debugserver. Got a bit closer,Greg Clayton2010-10-181-0/+13
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+432
OpenPOWER on IntegriCloud