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

Made unwind handling cross-platform #3572

Closed
wants to merge 5 commits into from
Closed

Commits on Feb 3, 2023

  1. Made unwind handling cross-platform, with some limitation on Windows …

    …unwind info that needs Windows syscall for now (for #3508)
    ptitSeb committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    9a035aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1795d0d View commit details
    Browse the repository at this point in the history
  3. Made unwind using the dummy implementation on cross-platform, as the …

    …needed functions are not there
    ptitSeb committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    b836261 View commit details
    Browse the repository at this point in the history
  4. Fixed linux build

    ptitSeb committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    f9bbfd9 View commit details
    Browse the repository at this point in the history
  5. Fixed an issue with linux unwind when publish is used without any pre…

    …vious call to register
    ptitSeb committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    edd6110 View commit details
    Browse the repository at this point in the history