Cthulhu  0.2.10
Cthulhu compiler collection
dbghelp.c File Reference
#include "backtrace/backtrace.h"
#include "core/macros.h"
#include "core/win32.h"
#include <dbghelp.h>
Include dependency graph for dbghelp.c:

Go to the source code of this file.

Data Structures

union  disp_t
 

Macros

#define MAX_NAME_SIZE   0x1000
 

Functions

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)
 
void bt_init (void)
 initialize the backtrace backend More...
 
void bt_update (void)
 update the loaded module cache More...
 

Macro Definition Documentation

◆ MAX_NAME_SIZE

#define MAX_NAME_SIZE   0x1000

Definition at line 9 of file dbghelp.c.

Function Documentation

◆ bt_read_inner()

void bt_read_inner ( bt_trace_t  callback,
void *  user 
)

Definition at line 67 of file dbghelp.c.

◆ bt_resolve_inner()

bt_resolve_t bt_resolve_inner ( bt_address_t  frame,
bt_symbol_t symbol 
)

Definition at line 75 of file dbghelp.c.