Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandInterpreter.i155 SetPromptOnQuit(bool b);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp500 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
501 LLDB_RECORD_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool), b); in SetPromptOnQuit()
504 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
915 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool)); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h219 void SetPromptOnQuit(bool b);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp216 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
225 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h447 void SetPromptOnQuit(bool enable);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp141 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter