Home
last modified time | relevance | path

Searched refs:NotifyException (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadDarwin.cpp136 bool NativeThreadDarwin::NotifyException(MachException::Data &exc) { in NotifyException() function in NativeThreadDarwin
142 bool handled = m_arch_ap->NotifyException(exc); in NotifyException()
H A DNativeThreadDarwin.h84 bool NotifyException(MachException::Data &exc);
H A DNativeThreadListDarwin.h64 bool NotifyException(MachException::Data &exc);
H A DNativeThreadListDarwin.cpp285 bool NativeThreadListDarwin::NotifyException(MachException::Data &exc) { in NotifyException() function in NativeThreadListDarwin
288 thread_sp->NotifyException(exc); in NotifyException()
H A DNativeProcessDarwin.cpp838 m_thread_list.NotifyException(m_exception_messages[i].state); in ExceptionMessageBundleComplete()