Tracer
v0.0.1
A platform independant stack trace generator
|
Base class for all debug information generators. More...
#include <AbstractDebugInfo.hpp>
Public Member Functions | |
virtual bool | processFrames (std::vector< Frame > &frames)=0 |
Generates the debug information. | |
Base class for all debug information generators.
Definition at line 38 of file AbstractDebugInfo.hpp.