delve/vendor/golang.org/x/sys/windows
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
..
aliases.go go.mod: bump liner version (#2874) 2022-01-18 09:02:30 -08:00
dll_windows.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
empty.s *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
env_windows.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
eventlog.go go.mod: bump liner version (#2874) 2022-01-18 09:02:30 -08:00
exec_windows.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
memory_windows.go proc,locspec: support setting breakpoints by func name on generic funcs (#2745) 2021-10-30 11:52:26 -07:00
mkerrors.bash *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
mkknownfolderids.bash vendor: update golang.org/x/sys dependency to latest version (#1600) 2019-07-03 10:36:55 -07:00
mksyscall.go go.mod: update starlark dependency (#3112) 2022-08-22 12:46:26 -07:00
race0.go go.mod: bump liner version (#2874) 2022-01-18 09:02:30 -08:00
race.go go.mod: bump liner version (#2874) 2022-01-18 09:02:30 -08:00
security_windows.go proc,locspec: support setting breakpoints by func name on generic funcs (#2745) 2021-10-30 11:52:26 -07:00
service.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
setupapi_windows.go go.mod,proc: upgrade golang.org/x/sys/unix (#3134) 2022-09-20 11:45:50 -07:00
str.go go.mod: bump liner version (#2874) 2022-01-18 09:02:30 -08:00
syscall_windows.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
syscall.go go.mod: update version of github.com/cilium/ebpf (#3491) 2023-08-30 10:22:08 -07:00
types_windows_386.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
types_windows_amd64.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
types_windows_arm64.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
types_windows_arm.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
types_windows.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00
zerrors_windows.go *: Initial eBPF tracing support (#2625) 2021-07-31 17:16:26 +02:00
zknownfolderids_windows.go vendor: update golang.org/x/sys dependency to latest version (#1600) 2019-07-03 10:36:55 -07:00
zsyscall_windows.go Various fixes for go 1.22 (#3455) 2023-09-19 09:34:34 -07:00