Cthulhu
0.2.10
Cthulhu compiler collection
|
a symbol More...
#include <backtrace.h>
Data Fields | |
source_line_t | line |
the line number More... | |
text_t | name |
a buffer to hold the name More... | |
text_t | path |
a buffer to hold the path to the file More... | |
a symbol
Definition at line 32 of file backtrace.h.
source_line_t bt_symbol_t::line |
the line number
when eResolveLine is not set this is initialized to CT_LINE_UNKNOWN
Definition at line 36 of file backtrace.h.
text_t bt_symbol_t::name |
a buffer to hold the name
Definition at line 39 of file backtrace.h.
text_t bt_symbol_t::path |
a buffer to hold the path to the file
Definition at line 42 of file backtrace.h.