HPCToolkit
unw-throw.c File Reference
#include <stdlib.h>
#include <stddef.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdbool.h>
#include <setjmp.h>
#include <messages/messages.h>
#include <unwind/common/backtrace.h>
#include <hpcrun/thread_data.h>
#include <hpcrun/main.h>
#include "unw-throw.h"
Include dependency graph for unw-throw.c:

Go to the source code of this file.

Functions

void hpcrun_unw_drop (void)
 
void hpcrun_unw_throw (void)
 

Variables

static int DEBUG_NO_LONGJMP = 0
 

Function Documentation

◆ hpcrun_unw_drop()

void hpcrun_unw_drop ( void  )

Definition at line 87 of file unw-throw.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hpcrun_unw_throw()

void hpcrun_unw_throw ( void  )

Definition at line 97 of file unw-throw.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ DEBUG_NO_LONGJMP

int DEBUG_NO_LONGJMP = 0
static

Definition at line 81 of file unw-throw.c.