Home
last modified time | relevance | path

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

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