Lines Matching full:new_state
1630 Process::SetPublicState (StateType new_state, bool restarted)
1634 log->Printf("Process::SetPublicState (state = %s, restarted = %i)", StateAsCString(new_state), restarted);
1636 m_public_state.SetValue (new_state);
1643 if (new_state == eStateDetached)
1646 log->Printf("Process::SetPublicState (%s) -- unlocking run lock for detach", StateAsCString(new_state));
1652 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1658 log->Printf("Process::SetPublicState (%s) -- unlocking run lock", StateAsCString(new_state));
1689 Process::SetPrivateState (StateType new_state)
1695 log->Printf("Process::SetPrivateState (%s)", StateAsCString(new_state));
1701 state_changed = old_state != new_state;
1704 const bool new_state_is_stopped = StateIsStoppedState(new_state, false);
1715 m_private_state.SetValueNoLock (new_state);
1716 if (StateIsStoppedState(new_state, false))
1734 log->Printf("Process::SetPrivateState (%s) stop_id = %u", StateAsCString(new_state), m_mod_id.GetStopID());
1738 BroadcastEvent (eBroadcastBitStateChanged, new ProcessEventData (shared_from_this(), new_state));
1740 m_private_state_broadcaster.BroadcastEvent (eBroadcastBitStateChanged, new ProcessEventData (shared_from_this(), new_state));
1745 log->Printf("Process::SetPrivateState (%s) state didn't change. Ignoring...", StateAsCString(new_state));
3900 const StateType new_state = Process::ProcessEventData::GetStateFromEvent(event_sp.get());
3922 if (new_state != eStateExited)
3945 StateAsCString(new_state),
3950 if (StateIsRunningState (new_state))
3964 StateAsCString(new_state),