Home
last modified time | relevance | path

Searched defs:TraceInfo (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Debug/
DCPUTracer.cs190 private struct TraceInfo struct in Antmicro.Renode.Debug.CPUTracer
192 public ulong Begin;
193 public bool HasEnd;
194 public ulong End;
195 public Action<ICpuSupportingGdb, ulong> BeginCallback;
196 public Action<ICpuSupportingGdb, ulong> EndCallback;