-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurellvm:codegen
Description
SFrame stands for 'Simple FRAME' stack trace format. It expresses the minimal necessary information for stack tracing, namely, the Cannonical Frame Address (CFA), Frame pointer (FP) and the return address (RA). Since 2.40, the GNU Bintuils supports the SFrame stack trace format. It will be great to have the support for the format in LLVM.
Current version of the format is SFrame Version 2. The spec of the (V2) format is published here https://sourceware.org/binutils/docs-2.41/sframe-spec.pdf.
Lapshin, scottlamb, mox692, mingmingl-llvm, thesamesam and 2 more
Metadata
Metadata
Assignees
Labels
enhancementImproving things as opposed to bug fixing, e.g. new or missing featureImproving things as opposed to bug fixing, e.g. new or missing featurellvm:codegen