Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h56 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific() function
86 bool IsDebuggerSpecific() const { return m_debugger_specific; } in IsDebuggerSpecific() function
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp70 progress_data->IsDebuggerSpecific()); in GetAsStructuredData()
122 diagnostic_data->IsDebuggerSpecific()); in GetAsStructuredData()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp132 is_debugger_specific = progress_data->IsDebuggerSpecific(); in GetProgressFromEvent()