Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebuggerEvents.h26 m_total(total), m_debugger_specific(debugger_specific) {} in ProgressEventData()
40 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific()
47 const bool m_debugger_specific; variable
61 m_debugger_specific(debugger_specific) {} in DiagnosticEventData()
65 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific()
81 const bool m_debugger_specific; variable