Lines Matching refs:GDBRemoteCommunication
491 GDBRemoteCommunication::PacketResult
3553 GDBRemoteCommunication::PacketResult::Success && in SyncThreadState()
3567 GDBRemoteCommunication::PacketResult::Success) { in SendTraceSupported()
3600 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStop()
3635 GDBRemoteCommunication::PacketResult::Success) { in SendTraceStart()
3670 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetState()
3704 GDBRemoteCommunication::PacketResult::Success) { in SendTraceGetBinaryData()
3940 GDBRemoteCommunication::PacketResult res = in ReadExtFeature()
3943 if (res != GDBRemoteCommunication::PacketResult::Success || in ReadExtFeature()
4189 if (send_status != GDBRemoteCommunication::PacketResult::Success) in SendSignalsToIgnore()
4266 GDBRemoteCommunication::ScopedTimeout(*this, seconds(3)); in KillProcess()