Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h444 ReportInterruption(InterruptionReport( in InterruptRequested()
460 class InterruptionReport {
462 InterruptionReport(std::string function_name, std::string description) in InterruptionReport() function
468 InterruptionReport(std::string function_name,
472 InterruptionReport(std::string function_name, const char *format, in InterruptionReport() function
474 : InterruptionReport( in InterruptionReport()
483 void ReportInterruption(const InterruptionReport &report);
486 Debugger::InterruptionReport(__func__, __VA_ARGS__))
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1306 Debugger::InterruptionReport::InterruptionReport( in InterruptionReport() function in Debugger::InterruptionReport
1315 void Debugger::ReportInterruption(const InterruptionReport &report) { in ReportInterruption()