Tracer
v0.0.1
A platform independant stack trace generator
|
Uses the addr2line system tool (hopefully) installed on the system. More...
#include <DebugInfoExternalFallback.hpp>
Public Member Functions | |
bool | processFrames (std::vector< Frame > &frames) override |
Generates debug information with the addr2line tool (and regex) More... | |
Uses the addr2line system tool (hopefully) installed on the system.
This generator is a fallback generator and should NOT be the generator of choice.
Definition at line 40 of file DebugInfoExternalFallback.hpp.
|
overridevirtual |
Generates debug information with the addr2line tool (and regex)
frames | The frames to process |
Implements tracer::AbstractDebugInfo.
Definition at line 47 of file DebugInfoExternalFallback.cpp.