summaryrefslogtreecommitdiff
path: root/src/cxa_default_handlers.cpp
AgeCommit message (Expand)Author
2017-03-30[libc++abi] Delete config.hShoaib Meenai
2017-03-01[libcxxabi] Clean up macro usage.Ranjeet Singh
2017-02-15Fix couple of test failures when using the LIBCXXABI_SILENT_TERMINATE mode.Asiri Rathnayake
2017-01-13[libc++abi] Add a silent terminate handler to libcxxabi.James Y Knight
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
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
2013-02-06Partially revert r152770. That commit moved the default handlers to their ow...Howard Hinnant
2012-04-24Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handlerHoward 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