Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h299 void SetPromptOnQuit(bool b);
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp255 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
264 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp394 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
398 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h560 void SetPromptOnQuit(bool enable);
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp159 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp13089 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()