Cthulhu  0.2.10
Cthulhu compiler collection
source_info_t Struct Reference

panic location information More...

#include <source_info.h>

Data Fields

STA_FIELD_STRING const char * file
 the file the panic occurred in More...
 
source_line_t line
 the line the panic occurred on More...
 
STA_FIELD_STRING const char * function
 the function the panic occurred in More...
 

Detailed Description

panic location information

Definition at line 25 of file source_info.h.

Field Documentation

◆ file

STA_FIELD_STRING const char* source_info_t::file

the file the panic occurred in

Definition at line 28 of file source_info.h.

◆ function

STA_FIELD_STRING const char* source_info_t::function

the function the panic occurred in

Note
this could also be the name of a variable in c++ depending on context

Definition at line 35 of file source_info.h.

◆ line

source_line_t source_info_t::line

the line the panic occurred on

Definition at line 31 of file source_info.h.


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