Don't listen for EXC_RESOURCE exceptions, those should really be handled by the system
authorJim Ingham <jingham@apple.com>
Thu, 24 Jan 2013 23:33:19 +0000 (23:33 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 24 Jan 2013 23:33:19 +0000 (23:33 +0000)
commitd30df9e24c89aad7cfb21508213e15d79bb7a6e3
tree2756a6805a374fc9cd332cc0fb4b02794916d2b7
parent53616ad42da8da74e0104e23965f37261f7ebd3c
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
lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
lldb/tools/debugserver/source/MacOSX/MachException.cpp