Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-14 | 2.6 kB | |
v1.25.0 source code.tar.gz | 2025-06-14 | 9.7 MB | |
v1.25.0 source code.zip | 2025-06-14 | 10.6 MB | |
Totals: 3 Items | 20.2 MB | 0 |
What's Changed
- cmd/dlv: update staticcheck by @aarzilli in https://github.com/go-delve/delve/pull/3989
- proc: remove dieToRuntimeType by @aarzilli in https://github.com/go-delve/delve/pull/3985
- pkg/terminal: improve TestBreakPointFailWithCond by @alexandear in https://github.com/go-delve/delve/pull/3996
- gdbserial: fix call injection with newer versions of macOS by @aarzilli in https://github.com/go-delve/delve/pull/3988
- version: use git hash instead of file blob hash for Version.Build by @codeaucafe in https://github.com/go-delve/delve/pull/3987
- version: remove build constraint by @aarzilli in https://github.com/go-delve/delve/pull/3998
- goversion: fix development version parsing by @aarzilli in https://github.com/go-delve/delve/pull/3999
- service/debugger,rpc2,dap: target locking review by @aarzilli in https://github.com/go-delve/delve/pull/3997
- terminal/command: Fix typo in goroutines help output by @jersey1dev in https://github.com/go-delve/delve/pull/4024
- proc: fix sigpanic in openOnRead by @aarzilli in https://github.com/go-delve/delve/pull/4018
- proc/gdbserial: fix out of bounds access reading registers by @aarzilli in https://github.com/go-delve/delve/pull/4017
- service/dap: do not attempt further loading on unreadable string vars by @aarzilli in https://github.com/go-delve/delve/pull/4016
- proc: fix TestRangeOverFunc for arm64 on go1.25 by @aarzilli in https://github.com/go-delve/delve/pull/4014
- proc: fix nil pointer dereference in swiss table iterator by @aarzilli in https://github.com/go-delve/delve/pull/4015
- service/dap: fix race condition between disconnect and continue by @aarzilli in https://github.com/go-delve/delve/pull/4028
- Exclude internal breakpoints from response by @ConradIrwin in https://github.com/go-delve/delve/pull/4027
- proc: fill bi member of constants by @aarzilli in https://github.com/go-delve/delve/pull/4026
- *: Release v1.25.0 by @derekparker in https://github.com/go-delve/delve/pull/4029
New Contributors
- @codeaucafe made their first contribution in https://github.com/go-delve/delve/pull/3987
- @jersey1dev made their first contribution in https://github.com/go-delve/delve/pull/4024
- @ConradIrwin made their first contribution in https://github.com/go-delve/delve/pull/4027
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1250-2025-04-16 Full Changelog: https://github.com/go-delve/delve/compare/v1.24.2...v1.25.0