Niels Nesse eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
..
ChangeLog eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
ChangeLog.jit eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
Makefile.am eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
Makefile.in eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
README eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
aclocal.m4 eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
alloc.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
atomic.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
backtrace-supported.h.in eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
backtrace.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
backtrace.h eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
btest.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
config.h.in eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
configure eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
configure.ac eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
dwarf.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
elf.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
fileline.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
filetype.awk eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
internal.h eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
mmap.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
mmapio.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
nounwind.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
posix.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
print.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
read.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
simple.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
sort.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
state.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
stest.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten
unknown.c eb72d50f44 Import gcc 5.2.0 from tarball 9 vuotta sitten

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.