Searched refs:ProcessStateChanged (Results 1 – 6 of 6) sorted by relevance
18 virtual void ProcessStateChanged(nub_state_t state) = 0;
25 MOCK_METHOD2(ProcessStateChanged,
77 void ProcessStateChanged(NativeProcessProtocol *process,
1095 void GDBRemoteCommunicationServerLLGS::ProcessStateChanged( in ProcessStateChanged() function in GDBRemoteCommunicationServerLLGS
242 virtual void ProcessStateChanged(NativeProcessProtocol *process,
314 m_delegate.ProcessStateChanged(this, state); in SynchronouslyNotifyProcessStateChanged()