[Crash-utility] Command like 'frame' in gdb

Dave Anderson anderson at redhat.com
Fri Mar 11 13:32:05 UTC 2011



----- Original Message -----
> Hi list members,
> 
> Is there any command like 'frame' and 'local' of gdb ? I want to
> switch to a stack and show the local variables.
> 
> Thanks,
> Shev

No.  However, the "bt -f" option will dump the stack contents of each
frame, and "bt -F" does the same, except that the stack data is displayed
symbolically when appropriate, and if the stack data references a slab
cache object, the name of the slab cache will be displayed in brackets.
(similar to "rd -s" and "rd -S").

Dave




More information about the Crash-utility mailing list