| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt.cert | 2026-09-09 | 3.2 kB | |
| checksums.txt.sig | 2026-09-09 | 96 Bytes | |
| checksums.txt | 2026-09-09 | 673 Bytes | |
| dlv_1.27.2_darwin_amd64.tar.gz | 2026-09-09 | 12.7 MB | |
| dlv_1.27.2_linux_386.tar.gz | 2026-09-09 | 12.2 MB | |
| dlv_1.27.2_linux_arm64.tar.gz | 2026-09-09 | 10.9 MB | |
| dlv_1.27.2_darwin_arm64.tar.gz | 2026-09-09 | 11.3 MB | |
| dlv_1.27.2_linux_amd64.tar.gz | 2026-09-09 | 13.0 MB | |
| dlv_1.27.2_linux_ppc64le.tar.gz | 2026-09-09 | 11.2 MB | |
| dlv_1.27.2_windows_amd64.zip | 2026-09-09 | 12.4 MB | |
| README.md | 2026-09-09 | 4.1 kB | |
| v1.27.2 source code.tar.gz | 2026-09-09 | 9.6 MB | |
| v1.27.2 source code.zip | 2026-09-09 | 10.5 MB | |
| Totals: 13 Items | 103.8 MB | 1 | |
What's Changed
- proc/native: update Windows syscall generator by @typesanitizer in https://github.com/go-delve/delve/pull/4404
- *: add scripts to setup / run eval fuzzer and run in CI by @derekparker in https://github.com/go-delve/delve/pull/4412
- proc: export LoadFullValue as return-by-value helper by @derekparker in https://github.com/go-delve/delve/pull/4411
- build: pin github actions to commit shas and declare workflow permissions by @Totara-thib in https://github.com/go-delve/delve/pull/4405
- build: add plumber workflow security check by @Totara-thib in https://github.com/go-delve/delve/pull/4406
- pkg/proc: Defer pointer cast to syscall invoking function by @typesanitizer in https://github.com/go-delve/delve/pull/4414
- service/dap: print "ps aux" before exiting tests by @aarzilli in https://github.com/go-delve/delve/pull/4417
- proc: do not nest memCache objects by @aarzilli in https://github.com/go-delve/delve/pull/4418
- ci: fail early when a release is already published by @FranciscoPombal in https://github.com/go-delve/delve/pull/4408
- release: make interrupted draft uploads rerunnable by @FranciscoPombal in https://github.com/go-delve/delve/pull/4409
- build(deps): bump github.com/cilium/ebpf from 0.11.0 to 0.22.0 by @dependabot[bot] in https://github.com/go-delve/delve/pull/4422
- ci: upgrade GitHub Actions and pin GoReleaser by @derekparker in https://github.com/go-delve/delve/pull/4427
- proc: advance through FreeBSD process snapshots by @typesanitizer in https://github.com/go-delve/delve/pull/4421
- service/dap: honor the frame and goroutine of the SetVariable scope by @larrasket in https://github.com/go-delve/delve/pull/4419
- tests: report error with t.Fatal if we can't compile a fixture by @aarzilli in https://github.com/go-delve/delve/pull/4424
- debugger: close resumeNotify early with the halt command by @aarzilli in https://github.com/go-delve/delve/pull/4425
- ci: upload fuzz crashers as GitHub Actions artifacts by @derekparker in https://github.com/go-delve/delve/pull/4428
- tests: regenerate capslock by @aarzilli in https://github.com/go-delve/delve/pull/4426
- ci: run the FreeBSD tests on GitHub Actions by @neilpang in https://github.com/go-delve/delve/pull/4432
- terminal,service,proc: add set next statement (jump) command by @larrasket in https://github.com/go-delve/delve/pull/4434
- proc/native: poll wait4 on FreeBSD to avoid a lost wakeup by @neilpang in https://github.com/go-delve/delve/pull/4435
- proc: fix infinite loop in mapIteratorSwiss.next by @aarzilli in https://github.com/go-delve/delve/pull/4433
- proc: do not call debuginfod-find right after attach by @aarzilli in https://github.com/go-delve/delve/pull/4431
- dap: add types command to list program types by @larrasket in https://github.com/go-delve/delve/pull/4439
- gobuild: keep -C first for test builds by @cuishuang in https://github.com/go-delve/delve/pull/4444
- proc: fix range-over-func next test on linux/loong64 by @loongson-zn in https://github.com/go-delve/delve/pull/4441
- proc,service: emit events while calling DownloadLibraryDebugInfo by @aarzilli in https://github.com/go-delve/delve/pull/4438
- goversion: format versioned development builds correctly by @cuishuang in https://github.com/go-delve/delve/pull/4445
- *: v1.27.2 by @derekparker in https://github.com/go-delve/delve/pull/4446
New Contributors
- @Totara-thib made their first contribution in https://github.com/go-delve/delve/pull/4405
- @dependabot[bot] made their first contribution in https://github.com/go-delve/delve/pull/4422
- @neilpang made their first contribution in https://github.com/go-delve/delve/pull/4432
- @loongson-zn made their first contribution in https://github.com/go-delve/delve/pull/4441
Curated Changelog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#1272-2026-09-08 Full Changelog: https://github.com/go-delve/delve/compare/v1.27.1...v1.27.2