This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | init_stacktrace() {} |
| #define | print_stacktrace(A, B) {} |
| #define | safe_print_str(A, B, C) {} |
Functions | |
| void | write_core (int sig) |
| #define init_stacktrace | ( | ) | {} |
| #define print_stacktrace | ( | A, | |||
| B | ) | {} |
| #define safe_print_str | ( | A, | |||
| B, | |||||
| C | ) | {} |
| void write_core | ( | int | sig | ) |
Definition at line 217 of file stacktrace.c.
Referenced by handle_segfault().
00218 { 00219 signal(sig, SIG_DFL); 00220 pthread_kill(pthread_self(), sig); 00221 #if defined(P_MYID) && !defined(SCO) 00222 /* On Solaris, the above kill is not enough */ 00223 sigsend(P_PID,P_MYID,sig); 00224 #endif 00225 }
Here is the caller graph for this function:

1.4.7

