libosmocore 0.9.6-23.20170220git32ee5af8.fc42
Osmocom core library
|
Routines for panic handling. More...
#include <osmocom/gsm/gsm_utils.h>
#include <osmocom/core/panic.h>
#include <osmocom/core/backtrace.h>
#include "../config.h"
#include <stdio.h>
#include <stdlib.h>
Functions | |
static void | osmo_panic_default (const char *fmt, va_list args) |
void | osmo_panic (const char *fmt,...) |
Terminate the current program with a panic. | |
void | osmo_set_panic_handler (osmo_panic_handler_t h) |
Set the panic handler. | |
Variables | |
static osmo_panic_handler_t | osmo_panic_handler = (void*)0 |
Routines for panic handling.