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

Uses the addr2line system tool (hopefully) installed on the system. More...

#include <DebugInfoExternalFallback.hpp>

+ Inheritance diagram for tracer::DebugInfoExternalFallback:
+ Collaboration diagram for tracer::DebugInfoExternalFallback:

Public Member Functions

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

Detailed Description

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.

Member Function Documentation

◆ processFrames()

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

Generates debug information with the addr2line tool (and regex)

Parameters
framesThe frames to process

Implements tracer::AbstractDebugInfo.

Definition at line 47 of file DebugInfoExternalFallback.cpp.


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