Home
last modified time | relevance | path

Searched refs:stopReplyingCpu (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs103 … bool sendStopResponse = cpuSupportingGdb == stopReplyingCpu || stopReplyingCpu == null; in OnHalted()
168 private ICpuSupportingGdb stopReplyingCpu; field in Antmicro.Renode.Utilities.GDB.GdbStub
190stopReplyingCpu = commandsManager.ManagedCpus.OrderByDescending(cpu => !cpu.IsHalted).FirstOrDefau… in OnByteWritten()
196 stopReplyingCpu = null; in OnByteWritten()