2003-08-10 17:07:26 +02:00
|
|
|
This is a quick-n-dirty BSD licensed clone of backtrace facility found
|
|
|
|
in the GNU libc, mainly intended for porting linuxish code to BSD
|
|
|
|
platforms, however it can be used at any platform which has a gcc
|
|
|
|
compiler.
|
|
|
|
|
2005-07-26 14:55:56 +02:00
|
|
|
WWW: http://www.gnu.org/software/libc/manual/html_node/Backtraces.html
|