]> git.tdb.fi Git - libs/core.git/commit
Use dladdr instead of backtrace_symbols in Backtrace::create (both are GNU-specific...
authorMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 10:59:03 +0000 (10:59 +0000)
committerMikko Rasa <tdb@tdb.fi>
Sat, 22 Sep 2007 10:59:03 +0000 (10:59 +0000)
commit55a79fbe96a87183fa4e11049eb161943636b1dd
tree5efc74bc4dd2081377ffd5d75aad65528292cdf2
parent0fa00d18f607f329d2b2a979e1d4339e233817fa
Use dladdr instead of backtrace_symbols in Backtrace::create (both are GNU-specific anyway)
Fix an error handling bug in demangle
Output backtrace for uncaught exceptions if one exists
Build
source/core/application.cpp
source/debug/backtrace.cpp
source/debug/backtrace.h
source/debug/demangle.cpp