Searched refs:AllowExitCodeOnQuit (Results 1 – 7 of 7) sorted by relevance
18 self.ci.AllowExitCodeOnQuit(False)28 self.ci.AllowExitCodeOnQuit(True)
94 AllowExitCodeOnQuit(bool b);
411 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter412 LLDB_RECORD_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, (bool), in AllowExitCodeOnQuit()416 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()818 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, in RegisterMethods()
251 void AllowExitCodeOnQuit(bool allow);
516 void AllowExitCodeOnQuit(bool allow);
514 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
185 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter