summaryrefslogtreecommitdiff
path: root/src/cxa_handlers.cpp
AgeCommit message (Expand)Author
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libc++abi] Clean up visibilityShoaib Meenai
2017-01-04tweak definition to avoid GCC warningSaleem Abdulrasool
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2015-04-15Declare __cxa_new_handler as extern "C", or it declares a new variableReid Kleckner
2014-10-03Use __atomic_exchange_n instead of Clang's __sync_swapReid Kleckner
2014-06-25Minor libc++abi changes to make things build better with gcc.Nico Weber
2012-04-28Make __cxa_new_handler un-mangledHoward Hinnant
2012-03-19I would really like to write the handlers in terms of C++11 atomics. This wo...Howard Hinnant
2012-03-19I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...Howard Hinnant
2012-03-15Less lame "concurrency" supportDave Zarzycki
2012-03-15Be friendly to when dead_strip doesn't workDave Zarzycki
2012-03-15move default handlers to their own file so they can be overridden at build ti...Nick Kledzik
2012-03-08Enable/silence -Wshadow.Howard Hinnant
2012-02-23And the handlers should be extern C.Howard Hinnant
2012-02-23I had originally made the handler function pointers a static internal detail,...Howard Hinnant
2012-02-01Treat all exceptions except that the ones that this library throws as foreign...Howard Hinnant
2012-01-31Have the default unexpected/terminate handler output *demangled* names for th...Howard Hinnant
2012-01-31Minor bug fix in __cxa_call_unexpected. Changed std::terminate to detect a c...Howard Hinnant
2012-01-30Add a descriptive name for a constant. Also I'm at least temporarily waging ...Howard Hinnant
2012-01-24Remove dependence upon std::exception_ptr from the default_terminate_handler....Howard Hinnant
2011-12-07Reviewing cxa_exception.cpp and marking as implemented as I go. Not marking ...Howard Hinnant
2011-12-06terminate, unexpected and new handlers. If terminating while an exception is ...Howard Hinnant