Asterisk - The Open Source Telephony Project
18.5.0
|
Asterisk backtrace generation. More...
Go to the source code of this file.
Data Structures | |
struct | ast_bt |
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.
Referenced by ast_log_backtrace().
#define ast_bt_destroy | ( | bt | ) | NULL |
Definition at line 40 of file backtrace.h.
Referenced by ast_log_backtrace().
#define ast_bt_free_symbols | ( | string_vector | ) | NULL |
Definition at line 42 of file backtrace.h.
Referenced by append_backtrace_information(), and ast_log_backtrace().
#define ast_bt_get_addresses | ( | bt | ) | 0 |
Definition at line 38 of file backtrace.h.
Referenced by __ast_bt_create(), __ast_pthread_mutex_lock(), __ast_pthread_mutex_trylock(), __ast_rwlock_rdlock(), __ast_rwlock_timedrdlock(), __ast_rwlock_timedwrlock(), __ast_rwlock_tryrdlock(), __ast_rwlock_trywrlock(), and __ast_rwlock_wrlock().
#define ast_bt_get_symbols | ( | addresses, | |
num_frames | |||
) | NULL |
Definition at line 41 of file backtrace.h.
Referenced by append_backtrace_information(), and ast_log_backtrace().
#define AST_MAX_BT_FRAMES 32 |
Definition at line 29 of file backtrace.h.
Referenced by __ast_bt_get_addresses().