Tracer  v0.0.1
A platform independant stack trace generator
tracer::DebugInfoBFD Class Reference

Generates debug information using libbfd. More...

#include <DebugInfoBFD.hpp>

+ Inheritance diagram for tracer::DebugInfoBFD:
+ Collaboration diagram for tracer::DebugInfoBFD:

Public Member Functions

bool processFrames (std::vector< Frame > &frames) override
 Generates the debug information with libbfd. More...
 

Detailed Description

Generates debug information using libbfd.

Definition at line 71 of file DebugInfoBFD.hpp.

Member Function Documentation

◆ processFrames()

bool DebugInfoBFD::processFrames ( std::vector< Frame > &  frames)
overridevirtual

Generates the debug information with libbfd.

Parameters
framesThe frames to process

Implements tracer::AbstractDebugInfo.

Definition at line 129 of file DebugInfoBFD.cpp.


The documentation for this class was generated from the following files: