Re: Command like 'frame' in gdb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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

--
Crash-utility mailing list
Crash-utility@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/crash-utility


[Index of Archives]     [Fedora Development]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]

 

Powered by Linux