Synopsis

Declared in <balst_resolverimpl_elf.h>

template<class RESOLVER_POLICY>
class ResolverImpl;

Specializations

Name

Description

ResolverImpl<ObjectFileFormat::Elf>

This class provides a public static resolve method that, given a vector of StackTraceFrame`s that have only their `address fields set, resolves as many other fields in those frames as possible. The Elf object file format is used on Linux and Solaris platforms. On Linux, some Elf sections contain data in the DWARF format, which makes it possible to resolve line numbers and file names.

Created with MrDocs