GitHub - sharkdp/stack-inspector: A gdb command to inspect the size of objects on the stack

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

24 Commits

Repository files navigation

stack-inspector

A gdb command to inspect the size of objects on the stack.

how to

Use gdb to navigate to a certain stack frame (run until your stack overflows or set a breakpoint somewhere). Then, simply run:

source stack-inspector.py
stack-inspector

About

A gdb command to inspect the size of objects on the stack

Topics

Resources

Readme

Activity

Stars

71 stars

Watchers

6 watching

Forks

5 forks

Releases

No releases published

Languages