Greg Clayton
1d61d31a4d
<rdar://problem/14814689>
...
Add a log message to the console that will display the error code when we fail to reply to a mach message.
llvm-svn: 194623
2013-11-13 23:33:41 +00:00
Greg Clayton
7a168161de
Get rid of a warning.
...
llvm-svn: 175337
2013-02-16 01:47:52 +00:00
Jim Ingham
d30df9e24c
Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system
...
handler. Also put in string translations for a couple of exceptions we were missing.
llvm-svn: 173390
2013-01-24 23:33:19 +00:00
Greg Clayton
43e0af06b4
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification.
...
llvm-svn: 164148
2012-09-18 18:04:04 +00:00
Greg Clayton
23f59509a8
Ran the static analyzer on the codebase and found a few things.
...
llvm-svn: 160338
2012-07-17 03:23:13 +00:00
Greg Clayton
85f3fa5411
<rdar://problem/11007934>
...
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
2012-03-08 03:27:27 +00:00
Greg Clayton
e16e2d02ea
<rdar://problem/10986692>
...
Safeguard against building on next OS and run on current OS.
llvm-svn: 152077
2012-03-06 00:24:17 +00:00
Greg Clayton
3442d46eac
<rdar://problem/10963899>
...
Allow debugserver to be built on a newer kernel and still allow debugging on
older kernels.
llvm-svn: 151827
2012-03-01 19:35:09 +00:00
Greg Clayton
490fbbe270
Enabled the "printf" attribute on all debugserver logging functions and fixed
...
the ensuing mayhem.
llvm-svn: 143244
2011-10-28 22:59:14 +00:00
Chris Lattner
30fdc8d841
Initial checkin of lldb code from internal Apple repo.
...
llvm-svn: 105619
2010-06-08 16:52:24 +00:00