Tracer
v0.0.1
A platform independant stack trace generator
|
Debug information generator based on libdwfl. More...
#include <DebugInfoDWLF.hpp>
Public Member Functions | |
bool | processFrames (std::vector< Frame > &frames) override |
Generates debug information with libdwfl. More... | |
Debug information generator based on libdwfl.
Definition at line 38 of file DebugInfoDWLF.hpp.
|
overridevirtual |
Generates debug information with libdwfl.
frames | The frames to process |
Implements tracer::AbstractDebugInfo.
Definition at line 46 of file DebugInfoDWLF.cpp.