Searched refs:SetPromptOnQuit (Results 1 – 7 of 7) sorted by relevance
93 SetPromptOnQuit(bool b);
396 void SBCommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit() function in SBCommandInterpreter397 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()
247 void SetPromptOnQuit(bool b);
247 ci.SetPromptOnQuit(false); in IOHandlerInputComplete()256 ci.SetPromptOnQuit(true); in IOHandlerInputComplete()
489 void SetPromptOnQuit(bool enable);
147 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit() function in CommandInterpreter
11720 (arg1)->SetPromptOnQuit(arg2); in _wrap_SBCommandInterpreter_SetPromptOnQuit()