Asterisk - The Open Source Telephony Project  18.5.0
Data Structures | Macros
backtrace.h File Reference

Asterisk backtrace generation. More...

This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Asterisk backtrace generation.

This file provides backtrace generation utilities

Definition in file backtrace.h.

Macro Definition Documentation

◆ ast_bt_create

#define ast_bt_create ( )    NULL

Definition at line 39 of file backtrace.h.

Referenced by ast_log_backtrace().

◆ ast_bt_destroy

#define ast_bt_destroy (   bt)    NULL

Definition at line 40 of file backtrace.h.

Referenced by ast_log_backtrace().

◆ ast_bt_free_symbols

#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().

◆ ast_bt_get_addresses

#define ast_bt_get_addresses (   bt)    0

◆ ast_bt_get_symbols

#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().

◆ AST_MAX_BT_FRAMES

#define AST_MAX_BT_FRAMES   32

Definition at line 29 of file backtrace.h.

Referenced by __ast_bt_get_addresses().