Searched refs:TrapSignal (Results 1 – 1 of 1) sorted by relevance
152 …ctx.Send(new Packet(PacketData.StopReply(TrapSignal, commandsManager.ManagedCpus[cpuSupportingGdb]… in OnHalted()156 ctx.Send(new Packet(PacketData.StopReply(TrapSignal))); in OnHalted()269 private const int TrapSignal = 5; field in Antmicro.Renode.Utilities.GDB.GdbStub