summaryrefslogtreecommitdiffstats
path: root/lldb/tools/debugserver/source/MacOSX/MachException.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. ↵Greg Clayton2012-09-181-4/+4
| | | | | | Some platforms don't support this modification. llvm-svn: 164148
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-4/+3
| | | | llvm-svn: 160338
* <rdar://problem/11007934> Greg Clayton2012-03-081-7/+12
| | | | | | | | On darwin, if child process of process being debugged dies due to mach exception, the debugged process will die. debugserver now only handles the mach exceptions for the task being debugged. llvm-svn: 152291
* <rdar://problem/10986692>Greg Clayton2012-03-061-7/+10
| | | | | | Safeguard against building on next OS and run on current OS. llvm-svn: 152077
* <rdar://problem/10963899>Greg Clayton2012-03-011-3/+29
| | | | | | | Allow debugserver to be built on a newer kernel and still allow debugging on older kernels. llvm-svn: 151827
* Enabled the "printf" attribute on all debugserver logging functions and fixed Greg Clayton2011-10-281-35/+34
| | | | | | the ensuing mayhem. llvm-svn: 143244
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+533
llvm-svn: 105619
OpenPOWER on IntegriCloud