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.h437 ReportInterruption(InterruptionReport( in InterruptRequested()
453 class InterruptionReport {
455 InterruptionReport(std::string function_name, std::string description) in InterruptionReport() function
461 InterruptionReport(std::string function_name,
465 InterruptionReport(std::string function_name, const char *format, in InterruptionReport() function
467 : InterruptionReport( in InterruptionReport()
476 void ReportInterruption(const InterruptionReport &report);
479 Debugger::InterruptionReport(__func__, __VA_ARGS__))
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1320 Debugger::InterruptionReport::InterruptionReport( in InterruptionReport() function in Debugger::InterruptionReport
1329 void Debugger::ReportInterruption(const InterruptionReport &report) { in ReportInterruption()