Path to this page:
Subject: CVS commit: wip/libstacktrace
From: Aleksey Cheusov
Date: 2009-03-29 20:47:37
Message id: E1Lo02y-0001N8-40@ddv4jf1.ch3.sourceforge.com
Log Message:
Import libstacktrace-0.10alpha1 as wip/libstacktrace.
The usual way to inspect a stacktrace of a program is to use an external
debugger such as gdb and its command 'bt'. However, sometimes it is useful
to obtain a stacktrace from within a program, e.g., for the purposes of
logging, debugging or diagnostics.
libstacktrace library provides stacktrace(3) function that have the same
API/usage as glibc's backtrace(3) but works at least under NetBSD, FreeBSD
and Solaris.
Files: