Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h437 ReportInterruption(InterruptionReport( in InterruptRequested()
476 void ReportInterruption(const InterruptionReport &report);
478 (debugger).ReportInterruption( \
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1329 void Debugger::ReportInterruption(const InterruptionReport &report) { in ReportInterruption() function in Debugger