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.
Synopsis
Declared in <balst_resolverimpl_elf.h>
template<>
class ResolverImpl<ObjectFileFormat::Elf>;
Member Functions
Name |
Description |
Return the number of frames in the stack trace that are still unmatched. |
|
Process a loaded image found via the link map, either the main program or some shared library. The specified |
Static Member Functions
Name |
Description |
Populate information for the specified |
|
This function is just there to test how code deals with inline functions in an include file. It does not provide any otherwise useful functionality. Return a line number near the beginning of the function in the low‐order 14 bits of the result. Other bits of the result are to be considered garbage. |
Created with MrDocs