Cthulhu  0.2.10
Cthulhu compiler collection
ed::stack_frame_t Struct Reference

#include <panic.hpp>

Data Fields

bt_address_t address
 
size_t line
 
std::string symbol
 
std::string file
 

Detailed Description

Definition at line 16 of file panic.hpp.

Field Documentation

◆ address

bt_address_t ed::stack_frame_t::address

Definition at line 18 of file panic.hpp.

◆ file

std::string ed::stack_frame_t::file

Definition at line 21 of file panic.hpp.

◆ line

size_t ed::stack_frame_t::line

Definition at line 19 of file panic.hpp.

◆ symbol

std::string ed::stack_frame_t::symbol

Definition at line 20 of file panic.hpp.


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