sframe.h: Add SFrame format definition
authorIndu Bhagat <indu.bhagat@oracle.com>
Tue, 15 Nov 2022 23:06:23 +0000 (15:06 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 15 Nov 2022 23:23:44 +0000 (15:23 -0800)
commit972d23ddbd757b7bee622a231afa79adf82b414f
treee37e07d6070442dade8a03c5b286a63629668fc6
parente0ecefa782205124cf48892cdf0bd88d0738c03e
sframe.h: Add SFrame format definition

The header sframe.h defines the SFrame format.

The SFrame format is the Simple Frame format.  It can be used to
represent the minimal necessary unwind information required for
backtracing.  The current version supports AMD64 and AARCH64.

More details of the SFrame format are included in the documentation
of the header file in this patch.

include/ChangeLog:
* sframe.h: New file.
include/sframe.h [new file with mode: 0644]