Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp33 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h296 bool GetPromptOnQuit();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp389 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter
392 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h573 bool GetPromptOnQuit() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp253 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp156 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13898 result = (bool)(arg1)->GetPromptOnQuit(); in _wrap_SBCommandInterpreter_GetPromptOnQuit()