Lines Matching refs:MachException
1 //===-- MachException.cpp ---------------------------------------*- C++ -*-===//
14 #include "MachException.h"
74 // the g_message_mutex. See MachException::Message::CatchExceptionRaise()
77 static MachException::Data *g_message = NULL;
101 exc_type, MachException::Name(exc_type),
132 exc_type, MachException::Name(exc_type),
161 exc_type, MachException::Name(exc_type),
181 MachException::Message::Dump() const
205 MachException::Data::GetStopInfo(struct DNBThreadStopInfo *stop_info) const
215 const char * exc_name = MachException::Name(exc_type);
257 MachException::Data::DumpStopReason() const
273 MachException::Message::Receive(mach_port_t port, mach_msg_option_t options, mach_msg_timeout_t timeout, mach_port_t notify_port)
324 MachException::Message::CatchExceptionRaise(task_t task)
361 MachException::Message::Reply(MachProcess *process, int signal)
448 MachException::Data::Dump() const
450 const char *exc_type_name = MachException::Name(exc_type);
496 MachException::PortInfo::Save (task_t task)
498 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Save ( task = 0x%4.4x )", task);
528 MachException::PortInfo::Restore (task_t task)
530 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Restore( task = 0x%4.4x )", task);
553 MachException::Name(exception_type_t exc_type)