Searched refs:AllowExitCodeOnQuit (Results 1 – 7 of 7) sorted by relevance
16 self.ci.AllowExitCodeOnQuit(False)26 self.ci.AllowExitCodeOnQuit(True)
96 AllowExitCodeOnQuit(bool b);
255 void AllowExitCodeOnQuit(bool allow);
382 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter386 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
583 void AllowExitCodeOnQuit(bool allow);
481 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
201 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter