|
Tracer
v0.0.1
A platform independant stack trace generator
|
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. | |