Cthulhu  0.2.10
Cthulhu compiler collection
bt_symbol_t Struct Reference

a symbol More...

#include <backtrace.h>

Collaboration diagram for bt_symbol_t:

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

Detailed Description

a symbol

Definition at line 32 of file backtrace.h.

Field Documentation

◆ line

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.

◆ name

text_t bt_symbol_t::name

a buffer to hold the name

Definition at line 39 of file backtrace.h.

◆ path

text_t bt_symbol_t::path

a buffer to hold the path to the file

Definition at line 42 of file backtrace.h.


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