![]() |
The FreeRADIUS server $Id: f3670dba8951ca10eb4948feb3dc3db9423a334f $
|
#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) |
| 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 | |
| int __attribute__ | ( | (noinline) | ) |
|
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:
1.9.8