summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_handlers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner2014-10-031-2/+2
* Minor libc++abi changes to make things build better with gcc.Nico Weber2014-06-251-0/+1
* Make __cxa_new_handler un-mangledHoward Hinnant2012-04-281-1/+1
* I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant2012-03-191-3/+16
* 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-4/+4
* Be friendly to when dead_strip doesn't workDave Zarzycki2012-03-151-17/+2
* move default handlers to their own file so they can be overridden at build ti...Nick Kledzik2012-03-151-77/+7
* Enable/silence -Wshadow.Howard Hinnant2012-03-081-3/+0
* And the handlers should be extern C.Howard Hinnant2012-02-231-0/+5
* I had originally made the handler function pointers a static internal detail,...Howard Hinnant2012-02-231-9/+9
* Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant2012-02-011-4/+6
* Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant2012-01-311-3/+10
* Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant2012-01-311-0/+19
* Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant2012-01-301-15/+25
* Remove dependence upon std::exception_ptr from the default_terminate_handler....Howard Hinnant2012-01-241-19/+36
* Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant2011-12-071-0/+1
* terminate, unexpected and new handlers. If terminating while an exception is ...Howard Hinnant2011-12-061-0/+140
OpenPOWER on IntegriCloud