Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs36 commandsManager.CanAttachCPU = false; in GdbStub()
56 commandsManager.CanAttachCPU = true; in GdbStub()
93 public bool GdbClientConnected => !commandsManager.CanAttachCPU;
DCommandsManager.cs31 CanAttachCPU = true; in CommandsManager()
47 if(!CanAttachCPU) in AttachCPU()
160 public bool CanAttachCPU { get; set; } property in Antmicro.Renode.Utilities.GDB.CommandsManager