]> git.tdb.fi Git - libs/core.git/history - source/debug/backtrace.cpp
Use dladdr instead of backtrace_symbols in Backtrace::create (both are GNU-specific...
[libs/core.git] / source / debug / backtrace.cpp
2007-09-22 Mikko RasaUse dladdr instead of backtrace_symbols in Backtrace...
2007-06-11 Mikko RasaWin32 doesn't have execinfo.h, so don't include it
2007-05-25 Mikko RasaAssimilate exceptions and RefPtr from mspmisc