Crate simple_frame_rs

Crate simple_frame_rs 

Source
Expand description

Crate to parse SFrame stack trace information.

Usage: Use SFrameSection::from to load sframe section content and access its content.

Spec: https://sourceware.org/binutils/docs/sframe-spec.html

Structs§

SFrameFDE
SFrame FDE
SFrameFDEInfo
SFrame FDE Info Word
SFrameFDEIterator
Iterator for SFrame FDE
SFrameFRE
SFrame FRE
SFrameFREInfo
SFrame FRE Info Word
SFrameFREIterator
Iterator for SFrame FRE
SFrameFlags
SFrame Flags
SFrameSection
SFrame section

Enums§

SFrameAArch64PAuthKey
SFrame PAuth key
SFrameABI
SFrame ABI/arch Identifier
SFrameError
Error types for the crate
SFrameFDEType
SFrame FDE Types
SFrameFREStackOffset
SFrame FRE Stack Offset
SFrameFREStartAddress
SFrame FRE Start Address
SFrameFREType
SFrame FRE Types
SFrameVersion
SFrame Version

Type Aliases§

SFrameResult
Result type for the crate