Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandInterpreter.h222 void SetPromptOnQuit(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp222 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
231 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandInterpreter.cpp404 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
406 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h470 void SetPromptOnQuit(bool b);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugger.cpp360 m_lldbDebugger.GetCommandInterpreter().SetPromptOnQuit(false); in InitSBDebugger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp158 void CommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in CommandInterpreter