Commit graph

3 commits

Author SHA1 Message Date
Aleksey Cheusov
6798e9a093 sync with lmdbg-0.11.0
Minor clean-ups, WARNS=4
2009-07-24 23:24:12 +00:00
Aleksey Cheusov
aeb5ee2e7d update to 0.10.0
- stacktrace.h adapted for C++ compiler
   - built with -O0 -g
2009-05-31 12:59:07 +00:00
Aleksey Cheusov
a5282cab76 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.
2009-03-29 18:47:36 +00:00