Backtrace Library 3.0.0 (Default branch)

Backtrace is a C library that replicates the btfunctionality from gdb. This can be used on codeas it is developed and on live code, to allowfunction stack tracing without having to run undergdb. This library will display the file name, function name, and line number in the backtrace, and will work even with a stripped binary.License: GNU General Public License v3Changes:
This release features general cleanup and the addition of man pages, a changelog system, etc. This software has also changed ownership, and has been re-released under a new version in order to bring it in line with all other offerings from Wolf Software.

More...