Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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.
#define ast_bt_create | ( | ) | NULL |
Definition at line 39 of file backtrace.h.
#define ast_bt_destroy | ( | bt | ) | NULL |
Definition at line 40 of file backtrace.h.
#define ast_bt_free_symbols | ( | string_vector | ) | NULL |
Definition at line 42 of file backtrace.h.
#define ast_bt_get_addresses | ( | bt | ) | 0 |
Definition at line 38 of file backtrace.h.
#define ast_bt_get_symbols | ( | addresses, | |
num_frames | |||
) | NULL |
Definition at line 41 of file backtrace.h.
#define AST_MAX_BT_FRAMES 32 |
Definition at line 29 of file backtrace.h.