Next: Frame Filter Management, Previous: Selection, Up: Stack [Contents][Index]
There are several other commands to print information about the selected stack frame.
framefWhen used without any argument, this command does not change which
frame is selected, but prints a brief description of the currently
selected stack frame. It can be abbreviated f. With an
argument, this command is used to select a stack frame.
See Selecting a Frame.
info frameinfo fThis command prints a verbose description of the selected stack frame, including:
The verbose description is useful when something has gone wrong that has made the stack format fail to fit the usual conventions.
info frame addrinfo f addrPrint a verbose description of the frame at address addr, without
selecting that frame. The selected frame remains unchanged by this
command. This requires the same kind of address (more than one for some
architectures) that you specify in the frame command.
See Selecting a Frame.
info argsPrint the arguments of the selected frame, each on a separate line.
info localsPrint the local variables of the selected frame, each on a separate line. These are all variables (declared either static or automatic) accessible at the point of execution of the selected frame.
Next: Frame Filter Management, Previous: Selection, Up: Stack [Contents][Index]