Searched refs:AllowExitCodeOnQuit (Results 1 – 6 of 6) sorted by relevance
15 self.ci.AllowExitCodeOnQuit(False)27 self.ci.AllowExitCodeOnQuit(True)
302 void AllowExitCodeOnQuit(bool allow);
402 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter406 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
618 void AllowExitCodeOnQuit(bool allow);625 /// \see AllowExitCodeOnQuit
468 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
232 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter