Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i93 SetPromptOnQuit(bool b);
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h251 void SetPromptOnQuit(bool b);
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp252 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
261 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp375 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
379 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h549 void SetPromptOnQuit(bool enable);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp153 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter