Skip to content
This repository was archived by the owner on Feb 25, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 303 Bytes

File metadata and controls

12 lines (7 loc) · 303 Bytes

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.