Home
last modified time | relevance | path

Searched refs:CatchExceptionRaise (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DMachException.h97 bool CatchExceptionRaise(task_t task);
H A DMachException.cpp246 bool MachException::Message::CatchExceptionRaise(task_t task) { in CatchExceptionRaise() function in MachException::Message
H A DNativeProcessDarwin.cpp434 if (exception_message.CatchExceptionRaise(task)) { in DoExceptionThread()