Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i88 GetPromptOnQuit();
/external/llvm-project/lldb/source/Commands/
DCommandObjectQuit.cpp31 if (!m_interpreter.GetPromptOnQuit()) in ShouldAskForConfirmation()
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp398 bool SBCommandInterpreter::GetPromptOnQuit() { in GetPromptOnQuit() function in SBCommandInterpreter
399 LLDB_RECORD_METHOD_NO_ARGS(bool, SBCommandInterpreter, GetPromptOnQuit); in GetPromptOnQuit()
401 return (IsValid() ? m_opaque_ptr->GetPromptOnQuit() : false); in GetPromptOnQuit()
816 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, GetPromptOnQuit, ()); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h245 bool GetPromptOnQuit();
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h492 bool GetPromptOnQuit() const;
/external/llvm-project/lldb/source/Expression/
DREPL.cpp245 const bool saved_prompt_on_quit = ci.GetPromptOnQuit(); in IOHandlerInputComplete()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp141 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit() function in CommandInterpreter