Searched refs:GetUseExternalEditor (Results 1 – 6 of 6) sorted by relevance
298 bool GetUseExternalEditor();
299 bool GetUseExternalEditor() const;
1460 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger1463 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
304 if (debugger.GetUseExternalEditor() && frame_sc.line_entry.file && in SetSelectedFrameByIndexNoisily()1738 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
380 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger
21064 result = (bool)(arg1)->GetUseExternalEditor(); in _wrap_SBDebugger_GetUseExternalEditor()