Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "backtrace/backtrace.h"
#include "core/macros.h"
#include "core/win32.h"
#include <dbghelp.h>
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... | |
void bt_read_inner | ( | bt_trace_t | callback, |
void * | user | ||
) |
bt_resolve_t bt_resolve_inner | ( | bt_address_t | frame, |
bt_symbol_t * | symbol | ||
) |