Lines Matching refs:GDBRemoteCommunication
482 GDBRemoteCommunication::PacketResult
3550 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3564 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3597 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3632 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3667 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3701 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
3937 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3940 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4193 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
4271 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()