Searched refs:stopReplyingCpu (Results 1 – 1 of 1) sorted by relevance
103 … bool sendStopResponse = cpuSupportingGdb == stopReplyingCpu || stopReplyingCpu == null; in OnHalted()168 private ICpuSupportingGdb stopReplyingCpu; field in Antmicro.Renode.Utilities.GDB.GdbStub190 …stopReplyingCpu = commandsManager.ManagedCpus.OrderByDescending(cpu => !cpu.IsHalted).FirstOrDefau… in OnByteWritten()196 stopReplyingCpu = null; in OnByteWritten()