Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h245 void *DoExceptionThread();
H A DNativeProcessDarwin.cpp313 return reinterpret_cast<NativeProcessDarwin *>(arg)->DoExceptionThread(); in ExceptionThread()
316 void *NativeProcessDarwin::DoExceptionThread() { in DoExceptionThread() function in NativeProcessDarwin