Cthulhu
0.2.10
Cthulhu compiler collection
|
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... | |
panic location information
Definition at line 25 of file source_info.h.
STA_FIELD_STRING const char* source_info_t::file |
the file the panic occurred in
Definition at line 28 of file source_info.h.
STA_FIELD_STRING const char* source_info_t::function |
the function the panic occurred in
Definition at line 35 of file source_info.h.
source_line_t source_info_t::line |
the line the panic occurred on
Definition at line 31 of file source_info.h.