Tracer  v0.0.1
A platform independant stack trace generator
tr_Frame Struct Reference

Represents a stack frame. More...

#include <tracer.h>

Public Attributes

Address frameAddr
 The instruction pointer of the stack frame.
 
const char * funcName
 The name of the function.
 
const char * moduleName
 The name / path of the binary file.
 
const char * fileName
 The name / path of the source file.
 
int line
 The line number in the source file.
 
int column
 The column in the source file.
 

Detailed Description

Represents a stack frame.

Definition at line 103 of file tracer.h.


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