Asterisk - The Open Source Telephony Project
18.5.0
|
#include <backtrace.h>
Data Fields | |
void * | addresses [AST_MAX_BT_FRAMES] |
unsigned int | alloced:1 |
int | num_frames |
Definition at line 50 of file backtrace.h.
void* addresses[AST_MAX_BT_FRAMES] |
The addresses of the stack frames. This is filled in by calling the glibc backtrace() function
Definition at line 52 of file backtrace.h.
Referenced by __ast_bt_get_addresses(), __dump_backtrace(), append_backtrace_information(), and ast_log_backtrace().
unsigned int alloced |
Tells if the ast_bt structure was dynamically allocated
Definition at line 56 of file backtrace.h.
Referenced by __ast_bt_create(), and __ast_bt_destroy().
int num_frames |
The number of stack frames in the backtrace
Definition at line 54 of file backtrace.h.
Referenced by __ast_bt_get_addresses(), __dump_backtrace(), append_backtrace_information(), and ast_log_backtrace().