Searched refs:AllowExitCodeOnQuit (Results 1 – 6 of 6) sorted by relevance
96 AllowExitCodeOnQuit(bool b);
255 void AllowExitCodeOnQuit(bool allow);
383 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter387 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()
595 void AllowExitCodeOnQuit(bool allow);
483 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
218 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter