stackviz 0.1 review

Download
by rbytes.net on

stackviz project is the stack visualizer. When you debug your program with gdb and you want to imagine what goes on on the stack y

License: GPL (GNU General Public License)
File size: 167K
Developer: Piotr Sobolewski
0 stars award from rbytes.net

stackviz project is the stack visualizer.

When you debug your program with gdb and you want to imagine what goes on on the stack you can use the stack visualizer.

In order to use it, you have to issue in gdb that three commands:

print $esp
print $ebp
x/48w $esp

If you issue not only that three magic commands, but also something like:

print &< some_variable >

the stack visualizer will know what is the address of this variable and will show you where it lies on the stack. Of course you can do this with more variables.

stackviz 0.1 search tags