tools/dlv: Update module github.com/go-delve/delve to v1.24.0
requested to merge gitlab-renovate-forks/gitaly:renovate-tools/dlv/github.com-go-delve-delve-1.x into master
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/go-delve/delve | require | minor |
v1.23.1 -> v1.24.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
go-delve/delve (github.com/go-delve/delve)
v1.24.0
Curated CHANGELOG: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1240-2024-12-18
What's Changed
- proc: step into coroutine by @aarzilli in https://github.com/go-delve/delve/pull/3791
- Documentation: Add dape to list of plugins by @jgarte in https://github.com/go-delve/delve/pull/3817
- cmds/commands: Update 'client-addr' to support Unix domain sockets by @n1lesh in https://github.com/go-delve/delve/pull/3819
- pkg/proc: simplify tests by using errors.As by @alexandear in https://github.com/go-delve/delve/pull/3818
- *: replace uses of uniq with slices.Compact by @aarzilli in https://github.com/go-delve/delve/pull/3821
- tests: disable TestGeneratedDoc on 1.24 (tip) by @aarzilli in https://github.com/go-delve/delve/pull/3820
- terminal,service: add raw examinemem dump by @aarzilli in https://github.com/go-delve/delve/pull/3721
- proc: adds pointer pinning to call injection by @aarzilli in https://github.com/go-delve/delve/pull/3787
- update golang.org/x/arch to v0.11.0 by @yelvens in https://github.com/go-delve/delve/pull/3826
- delve: add linux-riscv64 support by @lrzlin in https://github.com/go-delve/delve/pull/3785
- *: mark riscv64 port as experimental by @aarzilli in https://github.com/go-delve/delve/pull/3835
- pkg/proc/core: Clean up some repetitive code by @aarzilli in https://github.com/go-delve/delve/pull/3834
- goversion: parse version for development builds by @aarzilli in https://github.com/go-delve/delve/pull/3837
- Documentation: fix autogenerated markdown documentation by @aarzilli in https://github.com/go-delve/delve/pull/3836
- proc: use CPUID to determine ZMM_Hi256 region offset by @jiegec in https://github.com/go-delve/delve/pull/3831
- _scripts: update staticcheck version by @aarzilli in https://github.com/go-delve/delve/pull/3839
- TeamCity: move riscv64 backend testing to tip by @aarzilli in https://github.com/go-delve/delve/pull/3842
- all: import go telemetry and enable crash reporting by @hyangah in https://github.com/go-delve/delve/pull/3841
- service/rpc2: correct ExamineMemory length error message by @prattmic in https://github.com/go-delve/delve/pull/3846
- service,terminal,cmd/dlv: automatically guessing substitute-path config by @aarzilli in https://github.com/go-delve/delve/pull/3781
- proc: fix rangeFuncStackTrace with inlined functions by @aarzilli in https://github.com/go-delve/delve/pull/3849
- proc: run gofmt by @alexandear in https://github.com/go-delve/delve/pull/3851
- proc: fix typos in errors, tests, and comments by @alexandear in https://github.com/go-delve/delve/pull/3852
- Documentation: using
go install
is preferable by @alexandear in https://github.com/go-delve/delve/pull/3853 - proc: do not ignore error return of funcCallEvalFuncExpr by @aarzilli in https://github.com/go-delve/delve/pull/3850
- tests: calling os.Exit in TestMain is not required by @alexandear in https://github.com/go-delve/delve/pull/3856
- all: remove redundant err declarations by @alexandear in https://github.com/go-delve/delve/pull/3855
- go.mod: sync golang.org/x/telemetry@
58a1122
by @hyangah in https://github.com/go-delve/delve/pull/3857 - pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup by @aarzilli in https://github.com/go-delve/delve/pull/3840
- proc/core/minidump: remove newlines from minidump logs by @aarzilli in https://github.com/go-delve/delve/pull/3869
- proc: fix issue on Windows when launching process while detached by @aarzilli in https://github.com/go-delve/delve/pull/3867
- feat: print a message when the debugee process exits by @jakejx in https://github.com/go-delve/delve/pull/3870
- proc: allow accessing captured variable as if they were struct fields by @aarzilli in https://github.com/go-delve/delve/pull/3866
- pkg/proc,service/debugger: do not disable unsatisfiable breakpoints by @aarzilli in https://github.com/go-delve/delve/pull/3868
- terminal/starbind: allow modification of structs returned by API by @aarzilli in https://github.com/go-delve/delve/pull/3872
- pkg/proc: support swiss table map implementation by @aarzilli in https://github.com/go-delve/delve/pull/3838
- tests: removing of dlvbin is not needed by @alexandear in https://github.com/go-delve/delve/pull/3875
- service/rpc1: delete APIv1 by @aarzilli in https://github.com/go-delve/delve/pull/3881
- proc: fix loading goroutine labels on Go 1.24 by @aarzilli in https://github.com/go-delve/delve/pull/3879
- goversion,proc_test: add go1.24 compatiblity, disable broken test by @aarzilli in https://github.com/go-delve/delve/pull/3882
- *: v1.24.0 by @derekparker in https://github.com/go-delve/delve/pull/3883
New Contributors
- @jgarte made their first contribution in https://github.com/go-delve/delve/pull/3817
- @n1lesh made their first contribution in https://github.com/go-delve/delve/pull/3819
- @yelvens made their first contribution in https://github.com/go-delve/delve/pull/3826
- @lrzlin made their first contribution in https://github.com/go-delve/delve/pull/3785
- @jiegec made their first contribution in https://github.com/go-delve/delve/pull/3831
- @jakejx made their first contribution in https://github.com/go-delve/delve/pull/3870
Full Changelog: https://github.com/go-delve/delve/compare/v1.23.1...v1.24.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.