delve/pkg
Alessandro Arzilli 95e33edf53
proc/native: fix syscalls to SYS_PROCESS_VM_READV (and WRITEV) (#3273)
Per https://pkg.go.dev/unsafe#Pointer conversions from unsafe.Pointer
to uintptr are only safe in limited circumstances. In particular only
conversions made in the syscall call are pinned.
Additionally add a call to runtime.KeepAlive to mitigate the bug
described in: https://github.com/golang/go/issues/58351
2023-02-14 09:32:13 -08:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config terminal: Add config options for tab printing (#3243) 2023-01-05 14:09:03 +01:00
dwarf dwarf: fix broken external url to arm dwarf mapping (#3272) 2023-02-14 16:34:34 +01:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild gobuild: drop support for building on Go < 1.10 (#2960) 2022-04-06 12:02:21 -07:00
goversion *: CHANGELOG and bump to version 1.20.0 (#3209) 2022-12-08 10:34:57 -08:00
locspec *: Change comments to match common Go standarts (#3221) 2022-12-14 08:56:07 -08:00
logflags service/rpccommon,service/dap: warn about listening to remote connections (#2721) 2021-09-29 09:53:27 +02:00
proc proc/native: fix syscalls to SYS_PROCESS_VM_READV (and WRITEV) (#3273) 2023-02-14 09:32:13 -08:00
terminal Documentation: watch example for arbitrary address (#3268) 2023-02-13 06:27:14 -08:00
version *: bump to version 1.20.1 (#3213) 2022-12-12 09:21:46 -08:00