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.