ARB
Functions
arb_signal.h File Reference
#include <attributes.h>
#include <arb_core.h>
Include dependency graph for arb_signal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void GBK_install_SIGSEGV_handler (bool dump_backtrace)
 
GB_ERROR GBK_test_address (long *address, long key)
 
bool GBK_running_on_valgrind (void)
 
size_t GBK_getNonfreeableAddress (void)
 
bool GBK_raises_SIGSEGV (void(*cb)(void))
 

Function Documentation

void GBK_install_SIGSEGV_handler ( bool  dump_backtrace)
GB_ERROR GBK_test_address ( long address,
long  key 
)
bool GBK_running_on_valgrind ( void  )

Definition at line 98 of file arb_signal.cxx.

References RUNNING_ON_VALGRIND.

size_t GBK_getNonfreeableAddress ( void  )

Definition at line 102 of file arb_signal.cxx.

References suppress_sigsegv.

bool GBK_raises_SIGSEGV ( void(*)(void)  cb)