Wolf Software Limited

Backtrace Library - Version 3.0.0

Initial Release: 02 Dec 2008
Current Release: 02 Mar 2009


Description

Backtrace is a C library that replicates the bt functionality from gdb. This can be used on development code as well as live code, to allow function stack tracing without having to run under gdb. The backtrace library gives the follownig type of output


Example

--- Stack Trace ---
3: func3                            (at test.c:33)
2: func2                            (at test.c:42)
1: func1                            (at test.c:50)
0: main                             (at test.c:58)
-------------------

Links

Bug Tracker
Change Log
Documentation
Release Strategy
Donations

Download

Git Repository
libbacktrace-latest.tgz (tar + gzip)
libbacktrace-latest.tbz2 (tar + bzip2)

Total Downloads: 1769

Follow Us

QR Code