From ce553d885abcce514e52618f0fd44f3c6940f171 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Tue, 1 Nov 2011 02:46:54 +0000 Subject: Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as "object borked"... Also made the error when the checker fails reflect this fact rather than report a crash at 0x0. Also a little cleanup: - StopInfoMachException had a redundant copy of the description string. - ThreadPlanCallFunction had a redundant copy of the thread, and had a copy of the process that it didn't really need. llvm-svn: 143419 --- lldb/source/Plugins/Process/Utility/StopInfoMachException.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/Process/Utility/StopInfoMachException.h') diff --git a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h index 9ddf7a530ce..a40bd71a91a 100644 --- a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h +++ b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h @@ -67,7 +67,6 @@ protected: uint32_t m_exc_data_count; uint64_t m_exc_code; uint64_t m_exc_subcode; - std::string m_description; }; -- cgit v1.2.3