Home
last modified time | relevance | path

Searched refs:exception_message (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp409 MachException::Message exception_message; in DoExceptionThread() local
415 error = exception_message.Receive( in DoExceptionThread()
421 error = exception_message.Receive(GetExceptionPort(), in DoExceptionThread()
428 error = exception_message.Receive(GetExceptionPort(), in DoExceptionThread()
434 if (exception_message.CatchExceptionRaise(task)) { in DoExceptionThread()
436 ExceptionMessageReceived(exception_message); in DoExceptionThread()
/freebsd-12.1/contrib/googletest/googletest/src/
H A Dgtest.cc2449 std::string* exception_message = FormatSehExceptionMessage( in HandleSehExceptionsInMethodIfSupported() local
2452 *exception_message); in HandleSehExceptionsInMethodIfSupported()
2453 delete exception_message; in HandleSehExceptionsInMethodIfSupported()