Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h298 void SetPromptOnQuit(bool b);
/llvm-project/lldb/source/Expression/
H A DREPL.cpp255 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
264 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp395 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
399 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h578 void SetPromptOnQuit(bool enable);
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp162 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter