CCTLib
Calling-context and data-object attribution library for Intel Pin
exc_uncaught_tn.cpp File Reference
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <exception>
#include <unistd.h>
+ Include dependency graph for exc_uncaught_tn.cpp:

Go to the source code of this file.

Functions

static void my_terminate ()
 
static void thrower ()
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file exc_uncaught_tn.cpp.

References my_terminate(), and thrower().

◆ my_terminate()

static void my_terminate ( )
static

Definition at line 22 of file exc_uncaught_tn.cpp.

Referenced by main().

◆ thrower()

static void thrower ( )
static

Definition at line 29 of file exc_uncaught_tn.cpp.

Referenced by main().