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

Debug information generator based on libdwfl. More...

#include <DebugInfoDWLF.hpp>

+ Inheritance diagram for tracer::DebugInfoDWFL:
+ Collaboration diagram for tracer::DebugInfoDWFL:

Public Member Functions

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

Detailed Description

Debug information generator based on libdwfl.

Definition at line 38 of file DebugInfoDWLF.hpp.

Member Function Documentation

◆ processFrames()

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

Generates debug information with libdwfl.

Parameters
framesThe frames to process

Implements tracer::AbstractDebugInfo.

Definition at line 46 of file DebugInfoDWLF.cpp.


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