Frame information: symbol name and location.

Synopsis

Declared in <folly/debugging/symbolizer/SymbolizedFrame.h>

struct SymbolizedFrame;

Member Functions

Name

Description

clear

Reset the frame to its default, unresolved state.

Data Members

Name

Description

addr

The instruction address this frame was symbolized from.

file

The ELF file the frame was resolved from.

found

Whether the address was successfully symbolized.

location

Source location (file and line) for the frame.

name

Mangled symbol name. Use folly::demangle() to demangle it.

Created with MrDocs