#include "wvcrash.h"
#include <signal.h>
#include <execinfo.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Functions | |
void | wr (int fd, const char *str) |
void | wrn (int fd, int num) |
void | wvcrash_real (int sig, int fd) |
void | wvcrash (int sig) |
void | wvcrash_setup (const char *_argv0) |
Variables | |
const char * | argv0 = "UNKNOWN" |
|
Definition at line 19 of file wvcrash.cc. Referenced by wrn, wvcrash, and wvcrash_real. |
|
Definition at line 26 of file wvcrash.cc. References wr. Referenced by wvcrash_real. |
|
Definition at line 90 of file wvcrash.cc. References wr, and wvcrash_real. |
|
Definition at line 59 of file wvcrash.cc. References argv0, wr, and wrn. Referenced by wvcrash. |
|
Definition at line 133 of file wvcrash.cc. |
|
Definition at line 16 of file wvcrash.cc. Referenced by wvcrash_real, and wvcrash_setup. |