2-169
Catalyst 6500 Series Switch Command Reference—Release7.6
78-15328-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands frame
frame
To display an individual stack frame, use the frame command.
frame [-d | -p] [num]
Syntax Description
Defaults The default is a booted image kernel context, which is the youngest frame.
Command Types ROM monitor command.
Command Types Normal.
Usage Guidelines The minus sign (-) is required with the -d and -p options.
Examples This example shows how to use the frame command to specify a booted image process level context,
frame 1:
rommon 6 > frame -p 1
Stack Frame 1, SP = 0x80007ed8, Size = 32 bytes
[0x80007ed8 : sp + 0x000] = 0x6031de50
[0x80007edc : sp + 0x004] = 0x6031c000
[0x80007ee0 : sp + 0x008] = 0x00000000
[0x80007ee4 : sp + 0x00c] = 0x80007ec4
[0x80007ee8 : sp + 0x010] = 0x00000002
[0x80007eec : sp + 0x014] = 0x00000000
[0x80007ef0 : sp + 0x018] = 0x60008770
[0x80007ef4 : sp + 0x01c] = 0x600087f0
-d (Optional) Specifies a monitor context.
-p (Optional) Specifies a booted image process level context.
num (Optional) Number of the frame to display, where 0 = youngest frame.