signal.h
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
#ifndef CRASH_HANDLER_H
|
||||
#define CRASH_HANDLER_H
|
||||
|
||||
#include <ucontext.h>
|
||||
#include <signal.h>
|
||||
|
||||
void ForceCrashHandler( const char *reason );
|
||||
void CrashSignalHandler( int signal, siginfo_t *si, const ucontext_t *uc );
|
||||
void CrashHandlerHandleArgs( int argc, char* argv[] );
|
||||
void InitializeCrashHandler();
|
||||
|
||||
Reference in New Issue
Block a user