徐启航 0ef513762e Init há 2 anos atrás
..
ChangeLog 0ef513762e Init há 2 anos atrás
ChangeLog.jit 0ef513762e Init há 2 anos atrás
Makefile.am 0ef513762e Init há 2 anos atrás
Makefile.in 0ef513762e Init há 2 anos atrás
README 0ef513762e Init há 2 anos atrás
aclocal.m4 0ef513762e Init há 2 anos atrás
alloc.c 0ef513762e Init há 2 anos atrás
allocfail.c 0ef513762e Init há 2 anos atrás
allocfail.sh 0ef513762e Init há 2 anos atrás
atomic.c 0ef513762e Init há 2 anos atrás
backtrace-supported.h.in 0ef513762e Init há 2 anos atrás
backtrace.c 0ef513762e Init há 2 anos atrás
backtrace.h 0ef513762e Init há 2 anos atrás
btest.c 0ef513762e Init há 2 anos atrás
config.h.in 0ef513762e Init há 2 anos atrás
configure 0ef513762e Init há 2 anos atrás
configure.ac 0ef513762e Init há 2 anos atrás
dwarf.c 0ef513762e Init há 2 anos atrás
edtest.c 0ef513762e Init há 2 anos atrás
edtest2.c 0ef513762e Init há 2 anos atrás
elf.c 0ef513762e Init há 2 anos atrás
fileline.c 0ef513762e Init há 2 anos atrás
filetype.awk 0ef513762e Init há 2 anos atrás
install-debuginfo-for-buildid.sh.in 0ef513762e Init há 2 anos atrás
instrumented_alloc.c 0ef513762e Init há 2 anos atrás
internal.h 0ef513762e Init há 2 anos atrás
macho.c 0ef513762e Init há 2 anos atrás
mmap.c 0ef513762e Init há 2 anos atrás
mmapio.c 0ef513762e Init há 2 anos atrás
mtest.c 0ef513762e Init há 2 anos atrás
nounwind.c 0ef513762e Init há 2 anos atrás
pecoff.c 0ef513762e Init há 2 anos atrás
posix.c 0ef513762e Init há 2 anos atrás
print.c 0ef513762e Init há 2 anos atrás
read.c 0ef513762e Init há 2 anos atrás
simple.c 0ef513762e Init há 2 anos atrás
sort.c 0ef513762e Init há 2 anos atrás
state.c 0ef513762e Init há 2 anos atrás
stest.c 0ef513762e Init há 2 anos atrás
test_format.c 0ef513762e Init há 2 anos atrás
testlib.c 0ef513762e Init há 2 anos atrás
testlib.h 0ef513762e Init há 2 anos atrás
ttest.c 0ef513762e Init há 2 anos atrás
unittest.c 0ef513762e Init há 2 anos atrás
unknown.c 0ef513762e Init há 2 anos atrás
xcoff.c 0ef513762e Init há 2 anos atrás
xztest.c 0ef513762e Init há 2 anos atrás
ztest.c 0ef513762e Init há 2 anos atrás

README

The libbacktrace library
Initially written by Ian Lance Taylor

The libbacktrace library may be linked into a program or library and
used to produce symbolic backtraces. Sample uses would be to print a
detailed backtrace when an error occurs or to gather detailed
profiling information.

The libbacktrace library is provided under a BSD license. See the
source files for the exact license text.

The public functions are declared and documented in the header file
backtrace.h, which should be #include'd by a user of the library.

Building libbacktrace will generate a file backtrace-supported.h,
which a user of the library may use to determine whether backtraces
will work. See the source file backtrace-supported.h.in for the
macros that it defines.

As of September 2012, libbacktrace only supports ELF executables with
DWARF debugging information. The library is written to make it
straightforward to add support for other object file and debugging
formats.