Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs170 public int StackDumpLength { get; set; } = 15; property in Antmicro.Renode.Peripherals.CPU.MSP430X
235 this.Log(LogLevel.Debug, "Stack dump (last {0} words)", StackDumpLength); in ExecuteInstructions()
236 foreach(var dumpLine in DumpStack(StackDumpLength)) in ExecuteInstructions()