Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebuggerEvents.h39 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific() function
63 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific() function
/llvm-project-15.0.7/lldb/source/API/
H A DSBDebugger.cpp166 is_debugger_specific = progress_data->IsDebuggerSpecific(); in GetProgressFromEvent()
183 diagnostic_data->IsDebuggerSpecific()); in GetDiagnosticFromEvent()