Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp34 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h297 bool GetPromptOnQuit();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp388 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter
391 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h559 bool GetPromptOnQuit() const;
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp253 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp153 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13063 result = (bool)(arg1)->GetPromptOnQuit(); in _wrap_SBCommandInterpreter_GetPromptOnQuit()