]> git.tdb.fi Git - libs/core.git/commit
Remove the custom demangle function and use GCC's abi::__cxa_demangle instead
authorMikko Rasa <tdb@tdb.fi>
Mon, 17 Sep 2007 10:51:07 +0000 (10:51 +0000)
committerMikko Rasa <tdb@tdb.fi>
Mon, 17 Sep 2007 10:51:07 +0000 (10:51 +0000)
commit0fa00d18f607f329d2b2a979e1d4339e233817fa
treebcbd7d4ae723fea298bb1b8446fbaa2a8776b152
parent779974641eb8b16309ed670fdc3ceb760d05b6fc
Remove the custom demangle function and use GCC's abi::__cxa_demangle instead
Demangle uncaught exception type
Return a special error code on uncaught exception
Use vector instead of list or GetOpt::get_args()
source/core/application.cpp
source/core/getopt.h
source/debug/demangle.cpp
source/debug/demangle.h