Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h24 uint64_t completed, uint64_t total, bool debugger_specific) in ProgressEventData() argument
26 m_total(total), m_debugger_specific(debugger_specific) {} in ProgressEventData()
59 DiagnosticEventData(Type type, std::string message, bool debugger_specific) in DiagnosticEventData() argument
61 m_debugger_specific(debugger_specific) {} in DiagnosticEventData()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1329 bool debugger_specific) { in PrivateReportDiagnostic() argument
1347 DiagnosticEventData event_data(type, std::move(message), debugger_specific); in PrivateReportDiagnostic()
1354 new DiagnosticEventData(type, std::move(message), debugger_specific)); in PrivateReportDiagnostic()