/gdb-stackviz

A program stack visualizer

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

GDB Stack Visualizer

A GDB Plugin that visualizes the stack frame while running gdb

Installation

  1. Clone this repository
  2. Run the setup.sh script

Usage

To use the plugin, run gdb, and at any point during execution type stackviz to print a visualization of the current stack frame.