Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/MSP430X/
DMSP430X.cs211 public string[] DumpStack(int length) in DumpStack() method in Antmicro.Renode.Peripherals.CPU.MSP430X
236 foreach(var dumpLine in DumpStack(StackDumpLength)) in ExecuteInstructions()