Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h444 ReportInterruption(InterruptionReport( in InterruptRequested()
483 void ReportInterruption(const InterruptionReport &report);
485 (debugger).ReportInterruption( \
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1315 void Debugger::ReportInterruption(const InterruptionReport &report) { in ReportInterruption() function in Debugger