Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp350 uint32_t num_exceptions_received = 0; in DoExceptionThread() local
411 if (num_exceptions_received > 0) { in DoExceptionThread()
435 ++num_exceptions_received; in DoExceptionThread()
477 if (num_exceptions_received > 0) { in DoExceptionThread()
480 num_exceptions_received = 0; in DoExceptionThread()