company logo

List call stack (BACKTRACE)

The command displays the current call stack beginning with the last called

OSI function. It shows all stack frames, or last COUNT frames.

Passing a negative COUNT argument, stack frames above COUNT frames are displayed.

Parameters:

  • count - maximum stack frames to be displayed

Syntax:

  backtrace|bt [count]