Searched refs:AllowExitCodeOnQuit (Results 1 – 7 of 7) sorted by relevance
96 AllowExitCodeOnQuit(bool b);
403 void SBCommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in SBCommandInterpreter404 LLDB_RECORD_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, (bool), in AllowExitCodeOnQuit()408 m_opaque_ptr->AllowExitCodeOnQuit(allow); in AllowExitCodeOnQuit()806 LLDB_REGISTER_METHOD(void, SBCommandInterpreter, AllowExitCodeOnQuit, in RegisterMethods()
251 void AllowExitCodeOnQuit(bool allow);
517 void AllowExitCodeOnQuit(bool allow);
515 m_debugger.GetCommandInterpreter().AllowExitCodeOnQuit(true); in MainLoop()
195 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit() function in CommandInterpreter
11746 (arg1)->AllowExitCodeOnQuit(arg2); in _wrap_SBCommandInterpreter_AllowExitCodeOnQuit()