Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement jl_rec_backtrace stackwalk for more platform configurations #45110

Merged
merged 1 commit into from
May 3, 2022

Commits on Apr 26, 2022

  1. implement jl_rec_backtrace stackwalk for more platform configurations

    This adds support for most of the default configuration on most common
    platforms (combinations of glibc/Darwin + AArch64/ARM/x86/x86_64). It
    was already fully supported for Windows x86 and x86_64.
    
    I would add support here for musl (since it is trivial), but they
    explicitly prohibit via their headers as a design choice, so I don't
    know how to auto-detect support for it in the build.
    vtjnash committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2c361b2 View commit details
    Browse the repository at this point in the history