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

Various fixes for go 1.22 #3455

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Commits on Sep 8, 2023

  1. proc: correctly update local variables after continue

    At various point during the execution of the call injection protocol
    the process is resumed and the call injection goroutine could migrate
    to a different thread, we must make sure to update our local variables
    correctly after every point where the target program is resumed.
    
    'fncall122debug_clean' on 'f469a0a5'.
    aarzilli committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    137c47f View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x/tools

    Go 1.22 broke golang.org/x/tools/packages
    aarzilli committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f23f9bd View commit details
    Browse the repository at this point in the history
  3. cmd/dlv: disable TestStaticcheck with go1.22

    Go 1.22 is not yet supported by staticcheck.
    aarzilli committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4f8cf0a View commit details
    Browse the repository at this point in the history