Cthulhu  0.2.10
Cthulhu compiler collection
unwind.c File Reference
#include "backtrace/backtrace.h"
#include <stdio.h>
#include <unwind.h>
Include dependency graph for unwind.c:

Go to the source code of this file.

Macros

#define UNW_LOCAL_ONLY
 

Functions

void bt_init (void)
 initialize the backtrace backend More...
 
void bt_update (void)
 update the loaded module cache More...
 
STA_DECL const char * bt_backend (void)
 get the backtrace backend name More...
 
void bt_read_inner (bt_trace_t callback, void *user)
 
bt_resolve_t bt_resolve_inner (bt_address_t frame, bt_symbol_t *symbol)
 

Macro Definition Documentation

◆ UNW_LOCAL_ONLY

#define UNW_LOCAL_ONLY

Definition at line 6 of file unwind.c.

Function Documentation

◆ bt_read_inner()

void bt_read_inner ( bt_trace_t  callback,
void *  user 
)

Definition at line 27 of file unwind.c.

◆ bt_resolve_inner()

bt_resolve_t bt_resolve_inner ( bt_address_t  frame,
bt_symbol_t symbol 
)

Definition at line 45 of file unwind.c.