Cthulhu  0.2.10
Cthulhu compiler collection
entry_t Struct Reference

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...
 

Detailed Description

a single backtrace entry

Definition at line 39 of file backtrace.c.

Field Documentation

◆ address

bt_address_t entry_t::address

the address of the frame

Definition at line 57 of file backtrace.c.

◆ file

char* entry_t::file

the file name

Note
dont use this if info does not have eResolveFile

Definition at line 46 of file backtrace.c.

◆ info

bt_resolve_t entry_t::info

what symbol info has been resolved by the backend?

Definition at line 42 of file backtrace.c.

◆ line

size_t entry_t::line

the line number

Note
dont use this if info does not have eResolveLine

Definition at line 54 of file backtrace.c.

◆ symbol

char* entry_t::symbol

the symbol name

Note
dont use this if info does not have eResolveName or eResolveDemangledName

Definition at line 50 of file backtrace.c.


The documentation for this struct was generated from the following file: