Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i93 SetPromptOnQuit(bool b);
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
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-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h247 void SetPromptOnQuit(bool b);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
DREPL.cpp247 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
256 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h489 void SetPromptOnQuit(bool enable);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp147 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp11720 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()