Lines Matching refs:GDBRemoteCommunication
504 GDBRemoteCommunication::PacketResult
3626 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3640 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3673 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3708 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3743 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3777 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
4013 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
4016 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4262 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
4339 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()