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

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.