Home
last modified time | relevance | path

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

/external/llvm-project/lldb/bindings/interface/
DSBCommandInterpreter.i91 SetPromptOnQuit(bool b);
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp404 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter
405 LLDB_RECORD_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool), b); in SetPromptOnQuit()
408 m_opaque_ptr->SetPromptOnQuit(b); in SetPromptOnQuit()
817 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, SetPromptOnQuit, (bool)); in RegisterMethods()
/external/llvm-project/lldb/include/lldb/API/
DSBCommandInterpreter.h247 void SetPromptOnQuit(bool b);
/external/llvm-project/lldb/source/Expression/
DREPL.cpp247 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()
256 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h493 void SetPromptOnQuit(bool enable);
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp147 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter