#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include "sticky.h"
#include "crash.h"
Defines | |
#define | NOPVM |
Functions | |
void | StartSIGINTHandling () |
void | HandleSIGINT (int dummy) |
void | StartSIGSEGVHandling () |
void | HandleSIGSEGV (int dummy) |
void | NiceMessage () |
void | MemoryWarning (void) |
void | Crash (char *message) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|