summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachThread.h
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-116/+127
* Fix warnings.Bruce Mitchener2015-07-221-4/+4
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-1/+1
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-1/+12
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+3
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-3/+2
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-2/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Fix one remaining mach port number/globally unique thread ID mixup which prev...Jason Molenda2013-02-261-2/+0
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-4/+9
* rdar://problem/11320188Johnny Chen2012-06-011-0/+2
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+1
* <rdar://problem/10434005>Greg Clayton2012-03-141-2/+1
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-291-0/+4
* Added some logging and did some member renaming.Greg Clayton2011-08-091-5/+5
* If we are telling only one thread to run in debugserver, and that thread has ...Jim Ingham2011-07-211-6/+7
* Reverting recent thread resume changes as it was causing testing issues.Greg Clayton2011-01-251-11/+9
* When we are stepping a thread, force it to resume ALL the way to 0. And of c...Jim Ingham2011-01-251-9/+11
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-3/+4
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-2/+10
* Fixed an issue with the MachThread class where we might not get the initialGreg Clayton2010-11-121-0/+4
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+124
OpenPOWER on IntegriCloud