User Details
- User Since
- Oct 17 2014, 4:58 PM (396 w, 4 d)
Fri, May 6
Tue, May 3
Updated in response to comments.
Dec 2 2021
Nov 18 2021
Oct 27 2021
Added additional comments to CFI_Parser<A>::decodeFDE.
Oct 19 2021
To be clear, this new code parses exactly as much of each FDE as the existing __register_frame/__unw_add_dynamic_fde does, including doing the same work to compute the record length. Neither needs to parse the instructions at registration time.
Oct 18 2021
It's also worth noting that FreeBSD's version of libgcc exception handling is actually based on the libunwind code, with a local patch that implements compatibility with libgcc __register_frame by changing it to parse an entire .eh_frame section (in a slightly more ad hoc fashion than this code). Having this new entry point in-tree would simplify the FreeBSD local changes.
Oct 14 2021
Aug 15 2021
Aug 14 2021
Corrected file header comments
Jul 8 2021
Jul 7 2021
Updated based on reviewer suggestions, thanks.
Jul 2 2021
Nov 26 2018
Updated against r347619
I don't have commit access; could someone land this please? Thanks.
Adds an inline comment about Open Dylan debug info