summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-1/+1
* [debugserver] Fix IsUserReady thread filteringFrederic Riss2019-03-061-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-26/+26
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Change uses of strncpy in debugserver to strlcpyJason Molenda2017-12-091-5/+5
* fix format specifier warningsTim Hammerquist2017-03-071-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-814/+675
* Quiet build warnings on MacOSX.Greg Clayton2015-08-181-2/+2
* Fix warnings.Bruce Mitchener2015-07-221-4/+4
* Fix debugserver warnings on MacOSX.Greg Clayton2015-03-091-3/+3
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-2/+203
* <rdar://problem/15172417>Greg Clayton2013-11-131-0/+12
* Get debugserver to call task_set_state to prime the control registers so that...Jim Ingham2013-07-111-11/+4
* Remove some unnecessary uses of nub_break_t in the arm specificJason Molenda2013-06-251-53/+0
* Huge performance improvements when one breakpoint contains many locations.Greg Clayton2013-06-121-20/+6
* Change debugserver from using the mach port number (in debugserver'sJason Molenda2013-02-221-34/+54
* rdar://problem/11320188Johnny Chen2012-06-011-0/+12
* Add the capability to display the number of supported hardware watchpoints to...Johnny Chen2012-05-231-0/+6
* Check the return value of GetBasicInfo before dereferencing it. <rdar://prob...Jim Ingham2012-01-101-2/+7
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-1/+1
* Modify the delegation chain from MachThreadList -> MachThread -> DNBArchProto...Johnny Chen2011-09-291-0/+7
* Add comment regarding method call to DNBArchProtocol::NotifyException().Johnny Chen2011-09-151-0/+1
* Modify MachThread::NotifyException() to allow the arch specific protocol to p...Johnny Chen2011-09-151-26/+5
* In the case where we are trying to resume a thread all the way to 0, if we getJim Ingham2011-08-111-1/+3
* Added some logging and did some member renaming.Greg Clayton2011-08-091-41/+52
* If we are telling only one thread to run in debugserver, and that thread has ...Jim Ingham2011-07-211-24/+64
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-67/+0
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+2
* The thread_info changes over the life of the thread, so you can't get it once...Jim Ingham2011-01-281-4/+4
* Reverting recent thread resume changes as it was causing testing issues.Greg Clayton2011-01-251-106/+51
* When we are stepping a thread, force it to resume ALL the way to 0. And of c...Jim Ingham2011-01-251-51/+106
* Took the timeout for a ClangUserExpression down from a 10 second timeout toGreg Clayton2011-01-191-3/+3
* Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton2011-01-181-51/+40
* Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 forGreg Clayton2010-12-081-2/+0
* Fixed Process::Halt() as it was broken for "process halt" after recent changesGreg Clayton2010-11-181-36/+31
* Fixed more thread suspend/resume issues.Greg Clayton2010-11-121-35/+40
* Fixed an issue with the MachThread class where we might not get the initialGreg Clayton2010-11-121-1/+34
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+745
OpenPOWER on IntegriCloud