Home
last modified time | relevance | path

Searched refs:GetPromptOnQuit (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i90 GetPromptOnQuit();
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectQuit.cpp34 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h249 bool GetPromptOnQuit();
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp369 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter
372 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h548 bool GetPromptOnQuit() const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp250 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp147 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter