aboutsummaryrefslogblamecommitdiffstats
path: root/README
blob: 870e54d6d38be2992f514d5ff8a85334af23c7a4 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                                   





                                                     


                                                     
Companion library to liberror. It enables backtrace
support for liberror.

The library need only be linked, together with -ldw
(from libelf) and -lunwind (libunwind), there is no
header file or any functions the user should use.
Note however, for static linking you may need
-Wl,--whole-archive before and -Wl,--no-whole-archive
after the library when linking; for dynamic linking,
put -lerror-backtrace before -lerror, alternative
the library can be loaded with LD_PRELOAD if liberror
is dynamic linked.