Searched refs:GetUseExternalEditor (Results 1 – 5 of 5) sorted by relevance
170 bool GetUseExternalEditor();
266 bool GetUseExternalEditor() const;
1084 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger1085 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
359 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily()1924 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
454 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger