summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_default_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2014-10-031-6/+8
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-251-0/+1
* Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant2013-02-061-9/+5
* Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward Hinnant2012-04-241-1/+1
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-191-1/+9
* I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant2012-03-191-7/+6
* Less lame "concurrency" supportDave Zarzycki2012-03-151-2/+2
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-151-2/+21
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-151-0/+98
OpenPOWER on IntegriCloud