Home
last modified time | relevance | path

Searched refs:GetUseExternalEditor (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBDebugger.i358 GetUseExternalEditor ();
/external/llvm-project/lldb/include/lldb/API/
DSBDebugger.h196 bool GetUseExternalEditor();
/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h268 bool GetUseExternalEditor() const;
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp1379 bool SBDebugger::GetUseExternalEditor() { in GetUseExternalEditor() function in SBDebugger
1380 LLDB_RECORD_METHOD_NO_ARGS(bool, SBDebugger, GetUseExternalEditor); in GetUseExternalEditor()
1382 return (m_opaque_sp ? m_opaque_sp->GetUseExternalEditor() : false); in GetUseExternalEditor()
1810 LLDB_REGISTER_METHOD(bool, SBDebugger, GetUseExternalEditor, ()); in RegisterMethods()
/external/llvm-project/lldb/source/Target/
DThread.cpp309 if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && in SetSelectedFrameByIndexNoisily()
1737 if (target && target->GetDebugger().GetUseExternalEditor()) { in GetStatus()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp325 bool Debugger::GetUseExternalEditor() const { in GetUseExternalEditor() function in Debugger