Tracer
v0.0.1
A platform independant stack trace generator
|
Generates debug information using libbfd. More...
#include <DebugInfoBFD.hpp>
Public Member Functions | |
bool | processFrames (std::vector< Frame > &frames) override |
Generates the debug information with libbfd. More... | |
Generates debug information using libbfd.
Definition at line 71 of file DebugInfoBFD.hpp.
|
overridevirtual |
Generates the debug information with libbfd.
frames | The frames to process |
Implements tracer::AbstractDebugInfo.
Definition at line 129 of file DebugInfoBFD.cpp.