Searched refs:StackDumpLength (Results 1 – 1 of 1) sorted by relevance
170 public int StackDumpLength { get; set; } = 15; property in Antmicro.Renode.Peripherals.CPU.MSP430X235 this.Log(LogLevel.Debug, "Stack dump (last {0} words)", StackDumpLength); in ExecuteInstructions()236 foreach(var dumpLine in DumpStack(StackDumpLength)) in ExecuteInstructions()