Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i93 SetPromptOnQuit(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp396 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
397 LLDB_RECORD_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool), b); in SetPromptOnQuit()
400 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
805 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h247 void SetPromptOnQuit(bool b);
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp247 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
256 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h489 void SetPromptOnQuit(bool enable);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp147 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11720 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()