GRMON3-UM
June 2019, Version 3.1.0
100 www.cobham.com/gaisler
10. bt - syntax
NAME
bt - Print backtrace
SYNOPSIS
bt ?cpu#?
DESCRIPTION
bt ?cpu#?
Print backtrace on current active CPU, optionally specify which CPU to show.
RETURN VALUE
Upon successful completion bt returns a list of tuples, where each tuple consist of a PC- and SP-register values.
EXAMPLE
Show backtrace on current active CPU
grmon3> bt
TCL returns:
{1073746404 1342177032} {1073746020 1342177136} {1073781172 1342177200}
Show backtrace on CPU 1
grmon3> bt cpu1
TCL returns:
{1073746404 1342177032} {1073746020 1342177136} {1073781172 1342177200}
SEE ALSO
Section 3.4.6, “Backtracing function calls”