#include <cstdlib>
#include "unwind-cxx.h"
Include dependency graph for eh_catch.cc:
Go to the source code of this file.
Functions | |
void * | __cxa_begin_catch (_Unwind_Exception *exceptionObject) |
void | __cxa_end_catch () |
|
|
Definition at line 67 of file eh_catch.cc. References __cxa_get_globals_fast(), abort(), __cxxabiv1::__cxa_eh_globals::caughtExceptions, __cxxabiv1::__cxa_exception::handlerCount, __cxxabiv1::__cxa_exception::nextException, __cxxabiv1::__cxa_eh_globals::uncaughtExceptions, and __cxxabiv1::__cxa_exception::unwindHeader. Referenced by __cxxabiv1::__cxa_call_unexpected(). |