GEL  0.99
gel_location_t Struct Reference

#include <gel/debug_line.h>

Data Fields

const char * file
 
uint32_t line
 
vaddr_t low_addr
 
vaddr_t high_addr
 
uint16_t flags
 
uint16_t isa
 

Field Documentation

◆ file

gel_location_t::file

Source file path of the current line information. This is the path has found in the line block, relative or absolute, possibly from another file system: GEL does not do any processing on it.

◆ flags

uint16_t gel_location_t::flags

◆ high_addr

gel_location_t::high_addr

High address of the current line block, that is, one more than the address of the last block byte.

◆ isa

uint16_t gel_location_t::isa

◆ line

gel_location_t::line

Source line of the current line block.

◆ low_addr

gel_location_t::low_addr

Low addres of the current line block.


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