Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h26 bool debugger_specific) in ProgressEventData() argument
29 m_debugger_specific(debugger_specific) {} in ProgressEventData()
80 bool debugger_specific) in DiagnosticEventData() argument
82 m_debugger_specific(debugger_specific) {} in DiagnosticEventData()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1516 bool debugger_specific) { in PrivateReportDiagnostic() argument
1535 debugger_specific); in PrivateReportDiagnostic()
1542 new DiagnosticEventData(severity, std::move(message), debugger_specific)); in PrivateReportDiagnostic()