Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h298 void SetPromptOnQuit(bool b);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp255 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
264 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp395 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
399 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h574 void SetPromptOnQuit(bool enable);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp162 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
/freebsd-13-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp13924 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()