summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachThread.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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