commit | 972d23ddbd757b7bee622a231afa79adf82b414f | [log] [tgz] |
---|---|---|
author | Indu Bhagat <indu.bhagat@oracle.com> | Tue Nov 15 15:06:23 2022 -0800 |
committer | Indu Bhagat <indu.bhagat@oracle.com> | Tue Nov 15 15:23:44 2022 -0800 |
tree | e37e07d6070442dade8a03c5b286a63629668fc6 | |
parent | e0ecefa782205124cf48892cdf0bd88d0738c03e [diff] |
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.