Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h298 void SetPromptOnQuit(bool b);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp255 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
264 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp395 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
399 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h574 void SetPromptOnQuit(bool enable);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp162 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13924 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()