Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DThreadContextCommand.cs28 manager.SelectCpuForDebugging(manager.ManagedCpus[cpuId]); in Execute()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs117 commandsManager.SelectCpuForDebugging(cpuSupportingGdb); in OnHalted()
139 commandsManager.SelectCpuForDebugging(cpuSupportingGdb); in OnHalted()
151 commandsManager.SelectCpuForDebugging(cpuSupportingGdb); in OnHalted()
DCommandsManager.cs63 public void SelectCpuForDebugging(ICpuSupportingGdb cpu) in SelectCpuForDebugging() method in Antmicro.Renode.Utilities.GDB.CommandsManager