----- 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