Frame information: symbol name and location.
Synopsis
Declared in <folly/debugging/symbolizer/SymbolizedFrame.h>
struct SymbolizedFrame;
Member Functions
Name |
Description |
Reset the frame to its default, unresolved state. |
Data Members
Name |
Description |
The instruction address this frame was symbolized from. |
|
The ELF file the frame was resolved from. |
|
Whether the address was successfully symbolized. |
|
Source location (file and line) for the frame. |
|
Mangled symbol name. Use |
Created with MrDocs