Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DMultithreadContinueCommand.cs73 …var blocking = operations.Where(operation => !manager.ManagedCpus[operation.CoreId].TimeHandle.IsD… in TryHandleBlockingExecution()
74 …var blocked = operations.Where(operation => manager.ManagedCpus[operation.CoreId].TimeHandle.IsDon… in TryHandleBlockingExecution()
94 manager.ManagedCpus[operation.CoreId].ExecutionMode = ExecutionMode.SingleStep; in TryHandleBlockingExecution()
95 manager.ManagedCpus[operation.CoreId].TimeHandle.DelayGrant = true; in TryHandleBlockingExecution()
111 var cpu = manager.ManagedCpus[operation.CoreId]; in TryHandleBlockingExecution()
120 cpu.TimeHandle.ReportedBack -= callbacks[operation.CoreId]; in TryHandleBlockingExecution()
127 ….Log(LogLevel.Error, "Aborted execution of gdb command, core #{0} would block.", operation.CoreId); in TryHandleBlockingExecution()
136 callbacks.Add(operation.CoreId, callback); in TryHandleBlockingExecution()
153 var cpu = manager.ManagedCpus[operation.CoreId]; in TryHandleBlockingExecution()
159 ….Log(LogLevel.Error, "Aborted execution of gdb command, core #{0} would block.", operation.CoreId); in TryHandleBlockingExecution()
[all …]