Skip to content

Small script to find out the relationship between two or more C functions from stack traces gathered with gdb.

License

Notifications You must be signed in to change notification settings

smheidrich/zusammhg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zusammhg

Small script to find out the relationship between two or more C functions from stack traces gathered with gdb.

Outputs graph showing relationships as Graphviz (DOT) file.

Building GNU Autotools configuration

autoreconf --install

Installation

To install, use the usual GNU Autotools procedure:

./configure
make
# Normally as root:
make install

Usage

zusammhg outfile function1 function2 ... -- command_to_debug

The resulting graph (outfile) can be viewed using any DOT viewer, e.g.

xdot outfile

Similar projects

About

Small script to find out the relationship between two or more C functions from stack traces gathered with gdb.

Resources

License

Stars

Watchers

Forks

Packages

No packages published