Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs140 …ctx.Send(new Packet(PacketData.StopReply(InterruptSignal, commandsManager.ManagedCpus[cpuSupportin… in OnHalted()
145 ctx.Send(new Packet(PacketData.StopReply(InterruptSignal))); in OnHalted()
268 private const int InterruptSignal = 2; field in Antmicro.Renode.Utilities.GDB.GdbStub