| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed an issue with MachTask::TaskResume () where if the task was already | Greg Clayton | 2010-10-16 | 1 | -2/+6 |
| | | | | | | | | suspended, we would call "int ::task_resume (task_t task);" as many times as it took to resume the task which isn't what we want to do. llvm-svn: 116674 | ||||
| * | Retry task_for_pid a few times to avoid some cases where task_for_pid fails. | Greg Clayton | 2010-09-30 | 1 | -22/+33 |
| | | | | | llvm-svn: 115184 | ||||
| * | Fixed debugserver to not exit when we are able to spawn the process, yet not | Greg Clayton | 2010-07-30 | 1 | -6/+3 |
| | | | | | | | | | launch it due to not being able to get the task port. A SIGHUP was killing us and also an error string wasn't properly being passed along. Got rid of a class error variable that can only lead to multi-threaded crashes. llvm-svn: 109930 | ||||
| * | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+660 |
| llvm-svn: 105619 | |||||

