Asterisk - The Open Source Telephony Project
21.4.1
|
Asterisk backtrace generation. More...
Go to the source code of this file.
Data Structures | |
struct | ast_bt |
A structure to hold backtrace information. This structure provides an easy means to store backtrace information or pass backtraces to other functions. More... | |
Macros | |
#define | ast_bt_create() NULL |
#define | ast_bt_destroy(bt) NULL |
#define | ast_bt_free_symbols(string_vector) NULL |
#define | ast_bt_get_addresses(bt) 0 |
#define | ast_bt_get_symbols(addresses, num_frames) NULL |
#define | AST_MAX_BT_FRAMES 32 |
Asterisk backtrace generation.
This file provides backtrace generation utilities
Definition in file backtrace.h.