Cthulhu
0.2.10
Cthulhu compiler collection
|
a single backtrace entry More...
Data Fields | |
bt_resolve_t | info |
what symbol info has been resolved by the backend? More... | |
char * | file |
the file name More... | |
char * | symbol |
the symbol name More... | |
size_t | line |
the line number More... | |
bt_address_t | address |
the address of the frame More... | |
a single backtrace entry
Definition at line 39 of file backtrace.c.
bt_address_t entry_t::address |
the address of the frame
Definition at line 57 of file backtrace.c.
char* entry_t::file |
the file name
Definition at line 46 of file backtrace.c.
bt_resolve_t entry_t::info |
what symbol info has been resolved by the backend?
Definition at line 42 of file backtrace.c.
size_t entry_t::line |
the line number
Definition at line 54 of file backtrace.c.
char* entry_t::symbol |
the symbol name
Definition at line 50 of file backtrace.c.