The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
Loading...
Searching...
No Matches
Data Structures | Functions
backtrace.c File Reference
#include "config.h"
#include <sys/types.h>
#include "unwind.h"
#include "backtrace.h"
#include "internal.h"
+ Include dependency graph for backtrace.c:

Go to the source code of this file.

Data Structures

struct  backtrace_data
 

Functions

int __attribute__ ((noinline))
 
static _Unwind_Reason_Code unwind (struct _Unwind_Context *context, void *vdata)
 

Data Structure Documentation

◆ backtrace_data

struct backtrace_data

Definition at line 45 of file backtrace.c.

+ Collaboration diagram for backtrace_data:
Data Fields
backtrace_full_callback callback
int can_alloc
void * data
backtrace_error_callback error_callback
int ret
int skip
struct backtrace_state * state

Function Documentation

◆ __attribute__()

int __attribute__ ( (noinline)  )

Definition at line 101 of file backtrace.c.

+ Here is the call graph for this function:

◆ unwind()

static _Unwind_Reason_Code unwind ( struct _Unwind_Context *  context,
void *  vdata 
)
static

Definition at line 67 of file backtrace.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: