Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i93 SetPromptOnQuit(bool b);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h251 void SetPromptOnQuit(bool b);
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp252 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
261 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp376 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
380 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h558 void SetPromptOnQuit(bool enable);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp159 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter