delve/vendor/golang.org/x/tools/internal/pkgbits
Alessandro Arzilli e0b4bfbed3
Various fixes for go 1.22 (#3455)
* 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'.

* go.mod: update golang.org/x/tools

Go 1.22 broke golang.org/x/tools/packages

* cmd/dlv: disable TestStaticcheck with go1.22

Go 1.22 is not yet supported by staticcheck.
2023-09-19 09:34:34 -07:00
..
codes.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
decoder.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
doc.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
encoder.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
flags.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
frames_go1.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
frames_go17.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
reloc.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
support.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
sync.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
syncmarker_string.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00