8000 GitHub - ssbssa/dwarfstack: Provides stacktrace with source file/line information.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ssbssa/dwarfstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwarfstack

dwarfstack aims to provide a simple way to get meaningful stacktraces.

Only windows executables (mingw-gcc) are supported.

It uses the debug information (if available) of the executables and converts the addresses into source file/line information.

To get a better picture, check out the examples.

compilation:

make

installation:

make PREFIX=/your/install/path

notes:

If you need a full stacktrace for release builds, you should consider using -fno-omit-frame-pointer (and maybe even -fno-optimize-sibling-calls / -fno-schedule-insns2). Otherwise, depending on the situation (like gcc version), some frames might be missing.

About

Provides stacktrace with source file/line information.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages

0