summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-17/+17
* __arm64__ and __aarch64__ #ifdef adjustmentsTodd Fiala2014-07-091-1/+1
* Revert the debugserver part of r211868. While formally a fine change, debugs...Jim Ingham2014-06-271-3/+1
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-1/+3
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-6/+42
* lldb arm64 import.Jason Molenda2014-03-291-2/+7
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+19
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-9/+12
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-6/+6
* Fix one remaining mach port number/globally unique thread ID mixup which prev...Jason Molenda2013-02-261-1/+19
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-10/+45
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-3/+2
* rdar://problem/11320188Johnny Chen2012-06-011-0/+18
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+11
* Remove a ton of implicit narrowing conversions for C++11 compatibility.Benjamin Kramer2012-02-211-1/+1
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-291-0/+6
* Fix a bug in the current MacOSX MachThreadList::EnableHardwareWatchpoint() im...Johnny Chen2011-09-291-22/+23
* 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