Implement .eh_frame writer and disassembler.
Also, CodeGenerator::MakeCodeEpilogue now accepts an optional pointer to a EhFrameWriter and will attach unwinding information to the code object when passed one. BUG=v8:4899 LOG=N Review-Url: https://codereview.chromium.org/2023503002 Cr-Commit-Position: refs/heads/master@{#37683}
Showing
src/arm/eh-frame-arm.cc
0 → 100644
src/arm64/eh-frame-arm64.cc
0 → 100644
This diff is collapsed.
src/x64/eh-frame-x64.cc
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment