Package: delve / 1.26.0-2

Metadata

Package Version Patches format
delve 1.26.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Add manpages generator.patch | (download)

cmd/dlv/manpages.go | 3 3 + 0 - 0 !
cmd/dlv/manpages_generator.go | 43 43 + 0 - 0 !
2 files changed, 46 insertions(+)

 add manpages generator


0002 Ignore all main_test.patch | (download)

cmd/dlv/dlv_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ignore all main_test

1. cut down golang-golang-x-tools-dev depends
2. test building and generated doc is useless in debian package
3. it wants to create config file in HOME

0003 Skip TestIssue827.patch | (download)

pkg/terminal/command_test.go | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip testissue827

0004 Skip failed test on arm64.patch | (download)

pkg/proc/proc_test.go | 2 2 + 0 - 0 !
pkg/proc/variables_test.go | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+)

 skip failed test on arm64

Bug: https://github.com/go-delve/delve/issues/2212

0005 Disable telemetry.patch | (download)

cmd/dlv/main.go | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 disable telemetry


0006 Skip TestGuessSubstitutePath.patch | (download)

service/test/integration2_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip testguesssubstitutepath

Looks like it doesn't work in GOPATH build mode

0007 Disable telemetry logflags.patch | (download)

pkg/logflags/logflags.go | 4 0 + 4 - 0 !
pkg/proc/bininfo.go | 2 0 + 2 - 0 !
pkg/proc/eval.go | 1 0 + 1 - 0 !
pkg/terminal/starbind/starlark.go | 2 0 + 2 - 0 !
service/dap/server.go | 1 0 + 1 - 0 !
service/rpccommon/server.go | 1 0 + 1 - 0 !
6 files changed, 11 deletions(-)

 disable telemetry in logflags


0008 Skip two tests which are failing.patch | (download)

pkg/proc/proc_test.go | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 skip two tests which are failing


0009 proc fix TestRangeOverFuncNext for go1.26 on arm64.patch | (download)

pkg/proc/stepping_test.go | 99 32 + 67 - 0 !
1 file changed, 32 insertions(+), 67 deletions(-)

 proc: fix testrangeoverfuncnext for go1.26 on arm64

This is a cherry-pick of upstream commit
0f968098929111aad6196aec33d8fd3ffa3b9b0c