46 Commits

Author SHA256 Message Date
0dccf8b65e Accepting request 1323715 from devel:languages:go
- Update to version 1.26.0:
  * v1.26.0 (#4220)
  * tests: fix TestFilterGoroutines/TestGoroutineLabels on windows/1.26 (#4217)
  * gdbserial: do not set detached if we kill the process (#4216)
  * service/dap: fix restart handling when compilation fails (#4215)
  * service/dap: disable string() field for address-less variables (#4214)
  * service/test: disable TestGuessSubstitutePath on riscv64 (#4212)
  * *: More fixes for Go 1.26 (#4211)
  * pkg/proc: process spawned event (#4171)
  * *: update riscv64 capslock file (#4210)
  * github: fix issue template (#4209)
  * fix: go mod vendor (#4207)
  * *: replace github.com/hashicorp/golang-lru with a custom lru cache (#4196)
  * *: update riscv64 support and adding it in test matrix (#4190)
  * go.mod: remove replace directive
  * cmd/dlv,_scripts: move things that use x/tools/go/packages to new repo (#3990)
  * pkg/proc: add way to disable stop-on-error for breakpoint conditions (#4191)
  * *: fix tests on windows and arm64 for go1.26 (#4205)
  * dap: preserve tags when handling tags (#4201)
  * test: only run capslock on latest minor version (#4202)
  * *: fix tests (#4198)
  * Teamcity: disable riscv64 build due to lack of agent (#4199)
  * terminal: add savestate command (#4045)
  * service/dap: add target command in console and support follow-exec in DAP interface (#4078)
  * service: workaround for non-unicode strings in Variables (#4082)
  * pkg/proc: guard register logging from nil pointer dereferences (#4188)
  * teamcity: Add support for riscv64 architecture in settings (#4189)
  * Add support to trace defer function calls under trace follow option (#3978)
  * pkg/dwarf: do not insist stmt is same line as entry (#4186)
  * replay subcommand must keep trace directory. (#4184) (forwarded request 1323714 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1323715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=22
2025-12-20 20:46:04 +00:00
55fee21973 - Update to version 1.26.0:
* v1.26.0 (#4220)
  * tests: fix TestFilterGoroutines/TestGoroutineLabels on windows/1.26 (#4217)
  * gdbserial: do not set detached if we kill the process (#4216)
  * service/dap: fix restart handling when compilation fails (#4215)
  * service/dap: disable string() field for address-less variables (#4214)
  * service/test: disable TestGuessSubstitutePath on riscv64 (#4212)
  * *: More fixes for Go 1.26 (#4211)
  * pkg/proc: process spawned event (#4171)
  * *: update riscv64 capslock file (#4210)
  * github: fix issue template (#4209)
  * fix: go mod vendor (#4207)
  * *: replace github.com/hashicorp/golang-lru with a custom lru cache (#4196)
  * *: update riscv64 support and adding it in test matrix (#4190)
  * go.mod: remove replace directive
  * cmd/dlv,_scripts: move things that use x/tools/go/packages to new repo (#3990)
  * pkg/proc: add way to disable stop-on-error for breakpoint conditions (#4191)
  * *: fix tests on windows and arm64 for go1.26 (#4205)
  * dap: preserve tags when handling tags (#4201)
  * test: only run capslock on latest minor version (#4202)
  * *: fix tests (#4198)
  * Teamcity: disable riscv64 build due to lack of agent (#4199)
  * terminal: add savestate command (#4045)
  * service/dap: add target command in console and support follow-exec in DAP interface (#4078)
  * service: workaround for non-unicode strings in Variables (#4082)
  * pkg/proc: guard register logging from nil pointer dereferences (#4188)
  * teamcity: Add support for riscv64 architecture in settings (#4189)
  * Add support to trace defer function calls under trace follow option (#3978)
  * pkg/dwarf: do not insist stmt is same line as entry (#4186)
  * replay subcommand must keep trace directory. (#4184)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=45
2025-12-19 21:37:35 +00:00
7dc65a3fa5 Accepting request 1301626 from devel:languages:go
- Update to version 1.25.2:
  * *: release version 1.25.2 (#4104)
  * pkg/proc: return better error attempting to call nonexistent function (#4062)
  * service/dap: allow clients to specify rebuild on restart (#4103)
  * pkg/proc: add support for additional stack-switching functions on loong64 (#4100)
  * *: fix some failing tests on go1.25 (#4089)
  * proc: early fixes for Go 1.26 (#4070)
  * dwarf: using maps.Clone (#4088)
  * proc: in-progress calls must be properly terminated (#4090)
  * pkg/proc: support ContextRegNum on loong64 (#4095)
  * pkg/proc: add support for reading runtime.sigtrampgo context on loong64 (#4098)
  * proc,service,terminal: add events call use it for dld notifications (#3980)
  * service/dap: fix TestConfigurationDoneWithoutDebugSession (#4071)
  * proc: fix nil pointer dereference loading malformed classic maps (#4067)
  * service/dap: fix restart while the target is running (#4068)
  * service/dap: fix panic on uninitialized debugger (#4061) (forwarded request 1301625 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1301626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=21
2025-08-28 15:18:26 +00:00
dabe650439 - Update to version 1.25.2:
* *: release version 1.25.2 (#4104)
  * pkg/proc: return better error attempting to call nonexistent function (#4062)
  * service/dap: allow clients to specify rebuild on restart (#4103)
  * pkg/proc: add support for additional stack-switching functions on loong64 (#4100)
  * *: fix some failing tests on go1.25 (#4089)
  * proc: early fixes for Go 1.26 (#4070)
  * dwarf: using maps.Clone (#4088)
  * proc: in-progress calls must be properly terminated (#4090)
  * pkg/proc: support ContextRegNum on loong64 (#4095)
  * pkg/proc: add support for reading runtime.sigtrampgo context on loong64 (#4098)
  * proc,service,terminal: add events call use it for dld notifications (#3980)
  * service/dap: fix TestConfigurationDoneWithoutDebugSession (#4071)
  * proc: fix nil pointer dereference loading malformed classic maps (#4067)
  * service/dap: fix restart while the target is running (#4068)
  * service/dap: fix panic on uninitialized debugger (#4061)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=43
2025-08-28 01:01:33 +00:00
fb865a81d4 Accepting request 1295828 from devel:languages:go
- Packaging improvements:
  * Update BuildRequires: golang(API) >= 1.25 to address warning:
    "To debug executables using DWARFv5 or later Delve must be
    built with Go version 1.25.0 or later." The go1.25 compiler
    emits DWARF version 5 debuginfo and delve must be built with
    go1.25 to debug go1.25 built binaries.
    https://go.dev/doc/go1.25#compiler
    Refs boo#1246767 (forwarded request 1295827 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1295828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=20
2025-07-26 11:41:25 +00:00
5c31ba4234 - Packaging improvements:
* Update BuildRequires: golang(API) >= 1.25 to address warning:
    "To debug executables using DWARFv5 or later Delve must be
    built with Go version 1.25.0 or later." The go1.25 compiler
    emits DWARF version 5 debuginfo and delve must be built with
    go1.25 to debug go1.25 built binaries.
    https://go.dev/doc/go1.25#compiler
    Refs boo#1246767

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=41
2025-07-25 19:43:57 +00:00
70c2988658 Accepting request 1294421 from devel:languages:go
- Update to version 1.25.1:
  * *: v1.25.1
  * service/dap: do not try to stacktrace an unreadable goroutine (#4056)
  * service/dap: implement restart request (#4057)
  * service/dap: do not try to access value of unreadable string variables (#4055)
  * goversion: update min supported go minor version
  * CI: update teamcity to run 1.25
  * *: update golang.org/x/tools
  * pkg/goversion: update max supported go minor version
  * gobuild: try using debug filename pattern for debug binary first
  * pkg/proc: fix type cast between slices (#4048)
  * pkg/proc: make closure captured vars visible on closure's first line (#4049)
  * pkg,service: simplify tests with slices.Contains (#4040)
  * service/dap: add missing response body close in test (#4039)
  * dwarf/frame: handle unknown opcodes more gracefully (#4037)
  * proc: propogate errors from switchToGoroutineStack
  * proc: refactor multi arch branches to uses Arch.usesLR
  * proc: handle moving of direct interface flag in Go 1.26 (#4032) (forwarded request 1294418 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1294421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=19
2025-07-20 13:29:01 +00:00
95a3aa40dd - Update to version 1.25.1:
* *: v1.25.1
  * service/dap: do not try to stacktrace an unreadable goroutine (#4056)
  * service/dap: implement restart request (#4057)
  * service/dap: do not try to access value of unreadable string variables (#4055)
  * goversion: update min supported go minor version
  * CI: update teamcity to run 1.25
  * *: update golang.org/x/tools
  * pkg/goversion: update max supported go minor version
  * gobuild: try using debug filename pattern for debug binary first
  * pkg/proc: fix type cast between slices (#4048)
  * pkg/proc: make closure captured vars visible on closure's first line (#4049)
  * pkg,service: simplify tests with slices.Contains (#4040)
  * service/dap: add missing response body close in test (#4039)
  * dwarf/frame: handle unknown opcodes more gracefully (#4037)
  * proc: propogate errors from switchToGoroutineStack
  * proc: refactor multi arch branches to uses Arch.usesLR
  * proc: handle moving of direct interface flag in Go 1.26 (#4032)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=39
2025-07-18 16:21:27 +00:00
bb819a7cde Accepting request 1286174 from devel:languages:go
- Update to version 1.25.0:
  * *: Release v1.25.0 (#4029)
  * proc: fill bi member of constants (#4026)
  * dap: Exclude internal breakpoints from response (#4027)
  * service/dap: fix race condition between disconnect and continue (#4028)
  * proc: fix nil pointer dereference in swiss table iterator (#4015)
  * proc: fix TestRangeOverFunc for arm64 on go1.25 (#4014)
  * service/dap: do not attempt further loading on unreadable string vars (#4016)
  * proc/gdbserial: fix out of bounds access reading registers (#4017)
  * proc: fix sigpanic in openOnRead (#4018)
  * terminal/command: Fix typo in goroutines help output (#4024)
  * service/debugger,rpc2,dap: target locking review (#3997)
  * goversion: fix development version parsing (#3999)
  * version: remove build constraint (#3998)
  * version: use git hash for version.Build in `dlv version` command (#3987)
  * gdbserial: fix call injection with newer versions of macOS (#3988)
  * pkg/terminal: improve TestBreakPointFailWithCond (#3996)
  * proc: remove dieToRuntimeType (#3985)
  * cmd/dlv: update staticcheck (#3989) (forwarded request 1286173 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1286174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=18
2025-06-17 16:22:16 +00:00
1e1491641a - Update to version 1.25.0:
* *: Release v1.25.0 (#4029)
  * proc: fill bi member of constants (#4026)
  * dap: Exclude internal breakpoints from response (#4027)
  * service/dap: fix race condition between disconnect and continue (#4028)
  * proc: fix nil pointer dereference in swiss table iterator (#4015)
  * proc: fix TestRangeOverFunc for arm64 on go1.25 (#4014)
  * service/dap: do not attempt further loading on unreadable string vars (#4016)
  * proc/gdbserial: fix out of bounds access reading registers (#4017)
  * proc: fix sigpanic in openOnRead (#4018)
  * terminal/command: Fix typo in goroutines help output (#4024)
  * service/debugger,rpc2,dap: target locking review (#3997)
  * goversion: fix development version parsing (#3999)
  * version: remove build constraint (#3998)
  * version: use git hash for version.Build in `dlv version` command (#3987)
  * gdbserial: fix call injection with newer versions of macOS (#3988)
  * pkg/terminal: improve TestBreakPointFailWithCond (#3996)
  * proc: remove dieToRuntimeType (#3985)
  * cmd/dlv: update staticcheck (#3989)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=37
2025-06-16 17:57:10 +00:00
a699248a24 Accepting request 1268542 from devel:languages:go
- Update to version 1.24.2:
  * *: 1.24.2 (#3983)
  * service/test: assert error on CreateBreakpoint in TestNextInstruction (#3979)
  * gdbserial: do not abort register reload on the first failed register (#3966)
  * service/dap: fix race condition when launching with backend=rr (#3971)
  * proc: limit the max length of goroutine's label map (#3928) (#3968)
  * proc: replace Thread.Location method with a function (#3972)
  * debugger: add missing targetMutex protection to CreateWatchpoint() (#3973)
  * proc: relax DWARFv5 check (#3961)
  * debugger: acquire missing lock to GuessSubstitutePath (#3963)
  * proc: skip invalid goroutine labels when debugging on Go 1.24 (#3928) (#3962)
  * proc: fix bug telemetry counter increment (#3967)
  * proc: do not always allocate struct literals (#3953)
  * Documentation: fix substitutePath explanation for DAP server (#3952)
  * proc/core: skip tests on ppc64le (#3954)
  * service/test: skip substitutepath test when modules disabled (#3955)
  * proc: add support for struct literals (#3935)
  * terminal: better question for suspended breakpoints (#3934)
  * terminal/command: bind if condition to location earlier (#3938)
  * cmd/dlv: fix typo (#3951)
  * service/test: fix compile error in tests (#3949)
  * service/debugger: fix FindLocation with child processes (#3937)
  * goversion: add check for DWARFv5 compatibility (#3943)
  * proc: add RegnumToString to PPC64LE architecture (#3944)
  * *: fix various test problems with go1.25 (#3946)
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.21 matching go.mod

OBS-URL: https://build.opensuse.org/request/show/1268542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=17
2025-04-11 14:49:53 +00:00
7c26b0bff0 - Update to version 1.24.2:
* *: 1.24.2 (#3983)
  * service/test: assert error on CreateBreakpoint in TestNextInstruction (#3979)
  * gdbserial: do not abort register reload on the first failed register (#3966)
  * service/dap: fix race condition when launching with backend=rr (#3971)
  * proc: limit the max length of goroutine's label map (#3928) (#3968)
  * proc: replace Thread.Location method with a function (#3972)
  * debugger: add missing targetMutex protection to CreateWatchpoint() (#3973)
  * proc: relax DWARFv5 check (#3961)
  * debugger: acquire missing lock to GuessSubstitutePath (#3963)
  * proc: skip invalid goroutine labels when debugging on Go 1.24 (#3928) (#3962)
  * proc: fix bug telemetry counter increment (#3967)
  * proc: do not always allocate struct literals (#3953)
  * Documentation: fix substitutePath explanation for DAP server (#3952)
  * proc/core: skip tests on ppc64le (#3954)
  * service/test: skip substitutepath test when modules disabled (#3955)
  * proc: add support for struct literals (#3935)
  * terminal: better question for suspended breakpoints (#3934)
  * terminal/command: bind if condition to location earlier (#3938)
  * cmd/dlv: fix typo (#3951)
  * service/test: fix compile error in tests (#3949)
  * service/debugger: fix FindLocation with child processes (#3937)
  * goversion: add check for DWARFv5 compatibility (#3943)
  * proc: add RegnumToString to PPC64LE architecture (#3944)
  * *: fix various test problems with go1.25 (#3946)
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.21 matching go.mod

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=35
2025-04-11 06:41:52 +00:00
8657451207 - Update to version 1.24.2:
* *: 1.24.2 (#3983)
  * service/test: assert error on CreateBreakpoint in TestNextInstruction (#3979)
  * gdbserial: do not abort register reload on the first failed register (#3966)
  * service/dap: fix race condition when launching with backend=rr (#3971)
  * proc: limit the max length of goroutine's label map (#3928) (#3968)
  * proc: replace Thread.Location method with a function (#3972)
  * debugger: add missing targetMutex protection to CreateWatchpoint() (#3973)
  * proc: relax DWARFv5 check (#3961)
  * debugger: acquire missing lock to GuessSubstitutePath (#3963)
  * proc: skip invalid goroutine labels when debugging on Go 1.24 (#3928) (#3962)
  * proc: fix bug telemetry counter increment (#3967)
  * proc: do not always allocate struct literals (#3953)
  * Documentation: fix substitutePath explanation for DAP server (#3952)
  * proc/core: skip tests on ppc64le (#3954)
  * service/test: skip substitutepath test when modules disabled (#3955)
  * proc: add support for struct literals (#3935)
  * terminal: better question for suspended breakpoints (#3934)
  * terminal/command: bind if condition to location earlier (#3938)
  * cmd/dlv: fix typo (#3951)
  * service/test: fix compile error in tests (#3949)
  * service/debugger: fix FindLocation with child processes (#3937)
  * goversion: add check for DWARFv5 compatibility (#3943)
  * proc: add RegnumToString to PPC64LE architecture (#3944)
  * *: fix various test problems with go1.25 (#3946)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=34
2025-04-11 06:30:03 +00:00
665c1c9e9c Accepting request 1251026 from devel:languages:go
- Update to version 1.24.1:
  * *: v1.24.1 (#3931)
  * proc: expose breakpoint hitcounts in expressions (#3874)
  * proc: do not pin function call returns for toplevel call (#3925)
  * telemetry: add stack counter for internal errors (#3930)
  * service/test: handle wider registers in test (#3929)
  * dwarf,proc: various fixes to support DWARFv5 (#3893)
  * pkg/proc: support watchpoint on nil interface (#3924)
  * pkg/proc: add support for interface watchpoints (#3922)
  * proc/gdbserial: use rr version to determine style of qRRCmd (#3921)
  * logflags: replace logrus with log/slog (#3918)
  * *: remove uses of reflect.MethodByName from all of Delve (#3916)
  * CirrusCI: update FreeBSD version (#3917)
  * proc: some refactorings for supporting struct literals (#3909)
  * proc: better error message for breakpoints on stripped binaries (#3914)
  * TeamCity: remove riscv64 from configuration (#3912)
  * proc: allow access to thread registers after a function call (#3908)
  * *: add support for linux/loong64 to native backend (#3892)
  * service/dap: provide process events after launch (#3902)
  * pkg/terminal: support zed editor and allow args in DELVE_EDITOR (#3899)
  * proc: switch to goroutine stack if we make no progress on thread stack (#3898)
  * proc: remove irrelevant TODO comment (#3891)
  * pkg: refactor sort.Sort to slices.SortFunc (#3880)
  * delete redundancy code. (#3897)
  * pkg/proc/internal/ebpf: Fix uprobe address (#3894)
  * service/test: disable TestGuessSubstitutePath on TeamCity/linux/tip (#3890)
  * proc: remove leftover fmt.Printf (#3885)
  * fix check it.Err() != nil but return a nil value error err (#3886)
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.21 matching go.mod (forwarded request 1251025 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1251026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=16
2025-03-07 15:42:42 +00:00
456206da61 - Update to version 1.24.1:
* *: v1.24.1 (#3931)
  * proc: expose breakpoint hitcounts in expressions (#3874)
  * proc: do not pin function call returns for toplevel call (#3925)
  * telemetry: add stack counter for internal errors (#3930)
  * service/test: handle wider registers in test (#3929)
  * dwarf,proc: various fixes to support DWARFv5 (#3893)
  * pkg/proc: support watchpoint on nil interface (#3924)
  * pkg/proc: add support for interface watchpoints (#3922)
  * proc/gdbserial: use rr version to determine style of qRRCmd (#3921)
  * logflags: replace logrus with log/slog (#3918)
  * *: remove uses of reflect.MethodByName from all of Delve (#3916)
  * CirrusCI: update FreeBSD version (#3917)
  * proc: some refactorings for supporting struct literals (#3909)
  * proc: better error message for breakpoints on stripped binaries (#3914)
  * TeamCity: remove riscv64 from configuration (#3912)
  * proc: allow access to thread registers after a function call (#3908)
  * *: add support for linux/loong64 to native backend (#3892)
  * service/dap: provide process events after launch (#3902)
  * pkg/terminal: support zed editor and allow args in DELVE_EDITOR (#3899)
  * proc: switch to goroutine stack if we make no progress on thread stack (#3898)
  * proc: remove irrelevant TODO comment (#3891)
  * pkg: refactor sort.Sort to slices.SortFunc (#3880)
  * delete redundancy code. (#3897)
  * pkg/proc/internal/ebpf: Fix uprobe address (#3894)
  * service/test: disable TestGuessSubstitutePath on TeamCity/linux/tip (#3890)
  * proc: remove leftover fmt.Printf (#3885)
  * fix check it.Err() != nil but return a nil value error err (#3886)
- Packaging improvements:
  * Update to BuildRequires: golang(API) >= 1.21 matching go.mod

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=32
2025-03-06 18:34:55 +00:00
820efe472c Accepting request 1231969 from devel:languages:go
- Update to version 1.24.0:
  * *: v1.24.0 (#3883)
  * goversion,proc_test: add go1.24 compatiblity, disable broken test (#3882)
  * proc: fix loading goroutine labels on Go 1.24 (#3879)
  * service/rpc1: delete APIv1 (#3881)
  * tests: removing of dlvbin is not needed (#3875)
  * pkg/proc: support swiss table map implementation (#3838)
  * terminal/starbind: allow modification of structs returned by API (#3872)
  * pkg/proc,service/debugger: do not disable unsatisfiable breakpoints (#3868)
  * proc: allow accessing captured variable as if they were struct fields (#3866)
  * feat: print a message when the debuggee process exits (#3870)
  * proc: fix issue on Windows when launching process while detached (#3867)
  * proc/core/minidump: remove newlines from minidump logs (#3869)
  * pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup (#3840)
  * go.mod: sync golang.org/x/telemetry@58a1122356f5 (#3857)
  * all: remove redundant err declarations (#3855)
  * tests: calling os.Exit in TestMain is not required (#3856)
  * proc: do not ignore error return of funcCallEvalFuncExpr (#3850)
  * Documentation: using `go install` is preferable (#3853)
  * proc: fix typos in errors and comments (#3852)
  * proc: run gofmt (#3851)
  * proc: fix rangeFuncStackTrace with inlined functions (#3849)
  * service,terminal,cmd/dlv: automatically guessing substitute-path config (#3781)
  * service/rpc2: correct ExamineMemory length error message (#3846)
  * all: import go telemetry and enable crash reporting (#3841)
  * TeamCity: move riscv64 backend testing to tip (#3842)
  * _scripts: update staticcheck version (#3839)
  * proc: use CPUID to determine ZMM_Hi256 region offset (#3831)
  * Documentation: fix autogenerated markdown documentation (#3836)
  * goversion: parse version for development builds (#3837) (forwarded request 1231968 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1231969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=15
2024-12-19 20:40:36 +00:00
fb14dbb9a4 - Update to version 1.24.0:
* *: v1.24.0 (#3883)
  * goversion,proc_test: add go1.24 compatiblity, disable broken test (#3882)
  * proc: fix loading goroutine labels on Go 1.24 (#3879)
  * service/rpc1: delete APIv1 (#3881)
  * tests: removing of dlvbin is not needed (#3875)
  * pkg/proc: support swiss table map implementation (#3838)
  * terminal/starbind: allow modification of structs returned by API (#3872)
  * pkg/proc,service/debugger: do not disable unsatisfiable breakpoints (#3868)
  * proc: allow accessing captured variable as if they were struct fields (#3866)
  * feat: print a message when the debuggee process exits (#3870)
  * proc: fix issue on Windows when launching process while detached (#3867)
  * proc/core/minidump: remove newlines from minidump logs (#3869)
  * pkg/proc/native,pkg/proc/amd64util: xsave decoding cleanup (#3840)
  * go.mod: sync golang.org/x/telemetry@58a1122356f5 (#3857)
  * all: remove redundant err declarations (#3855)
  * tests: calling os.Exit in TestMain is not required (#3856)
  * proc: do not ignore error return of funcCallEvalFuncExpr (#3850)
  * Documentation: using `go install` is preferable (#3853)
  * proc: fix typos in errors and comments (#3852)
  * proc: run gofmt (#3851)
  * proc: fix rangeFuncStackTrace with inlined functions (#3849)
  * service,terminal,cmd/dlv: automatically guessing substitute-path config (#3781)
  * service/rpc2: correct ExamineMemory length error message (#3846)
  * all: import go telemetry and enable crash reporting (#3841)
  * TeamCity: move riscv64 backend testing to tip (#3842)
  * _scripts: update staticcheck version (#3839)
  * proc: use CPUID to determine ZMM_Hi256 region offset (#3831)
  * Documentation: fix autogenerated markdown documentation (#3836)
  * goversion: parse version for development builds (#3837)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=30
2024-12-18 22:09:59 +00:00
6e41d162d0 Accepting request 1202750 from devel:languages:go
- Update to version 1.23.1:
  * *: release version 1.23.1 (#3816)
  * proc: cache module data (#3800)
  * proc: for optimized functions allow .closureptr to not exist (#3808)
  * proc: improve Rosetta check (#3810)
  * proc: fix result type of division of untyped constants (#3794)
  * service/dap: fix test failure with 1.24 (#3805)
  * service/dap: make handlesMap generic (#3798)
  * proc: workaround for macOS section name truncation (#3799)
  * terminal/starbind: fix starlark conversion of named consts (#3802)
  * chore: fix function name (#3803)
  * eval: Allow reslicing a slice up to its cap, rather than its length (#3796)
  * proc: fix TestRangeOverFuncNext on linux/386 (#3795)
  * proc: fix step stuttering when entering range-over-func bodies (#3788)
  * proc: move stepping test to their own file (#3784) (forwarded request 1202749 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1202750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=14
2024-09-24 15:33:18 +00:00
823b17545b - Update to version 1.23.1:
* *: release version 1.23.1 (#3816)
  * proc: cache module data (#3800)
  * proc: for optimized functions allow .closureptr to not exist (#3808)
  * proc: improve Rosetta check (#3810)
  * proc: fix result type of division of untyped constants (#3794)
  * service/dap: fix test failure with 1.24 (#3805)
  * service/dap: make handlesMap generic (#3798)
  * proc: workaround for macOS section name truncation (#3799)
  * terminal/starbind: fix starlark conversion of named consts (#3802)
  * chore: fix function name (#3803)
  * eval: Allow reslicing a slice up to its cap, rather than its length (#3796)
  * proc: fix TestRangeOverFuncNext on linux/386 (#3795)
  * proc: fix step stuttering when entering range-over-func bodies (#3788)
  * proc: move stepping test to their own file (#3784)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=28
2024-09-23 20:06:28 +00:00
5db87da086 Accepting request 1188050 from devel:languages:go
- Update to version 1.23.0:
  * *: release version 1.23.0 (#3782)
  * teamcity: fix typo in configuration (#3783)
  * goversion: add 1.23 to supported versions, update test matrix (#3780)
  * proc: fix bug with range-over-func stepping (#3778)
  * *: replace old golang.org links with new go.dev (#3774)
  * service/rpc1: add Go Reference doc (#3779)
  * proc: use .closureptr for stepping through range-over-func statements (#3763)
  * pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests (#3772)
  * pkg: refactor to buf.WriteString() (#3769)
  * pkg/terminal: add missing file.Close() call (#3770)
  * go.mod: update gopkg.in/yaml to v3 (#3776)
  * pkg/proc: fix 404 links and change to https (#3775)
  * *: remove redundant lines at the start/end of block (#3773)
  * fix: LoadAbstractOriginAndSpecification infinite loop caused by abstract origin point to itself. (#3767)
  * service/debugger: evaluate breakpoint vars on g-less threads (#3759)
  * proc: support stepping through range-over-func statements with inlining (#3755)
  * fix: mem cache out of range panic caused by overflow (#3761)
  * pkg/proc,service/debugger: fix debuginfod-find source (#3762)
  * refactor: move loadModuleData from runtimeTypeToDIE and expose the apis (#3741)
  * all: fix typos in docs, comments and package name (#3757)
  * pkg/terminal: do not use deprecated strings.Title (#3756)
  * proc: initial support for expressions with range-over-func (#3750)
  * *: replace fmt.Errorf with errors.New (#3752)
  * pkg/astutil,pkg/elfwriter: fix package doc (#3753)
  * service: print better message for unattended stops (#3747)
  * proc: refactor identifier evaluation for range-over-func support (#3738)
  * proc: fix TestRangeOverFuncNext (#3740)
  * proc: fix bug with stack watchpoints going out of scope (#3742)
  * pkg/terminal,service/debugger: Support to add a new suboption --follow-calls to trace subcommand  (#3594) (forwarded request 1188049 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1188050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=13
2024-07-17 13:15:01 +00:00
fe7aca1245 - Update to version 1.23.0:
* *: release version 1.23.0 (#3782)
  * teamcity: fix typo in configuration (#3783)
  * goversion: add 1.23 to supported versions, update test matrix (#3780)
  * proc: fix bug with range-over-func stepping (#3778)
  * *: replace old golang.org links with new go.dev (#3774)
  * service/rpc1: add Go Reference doc (#3779)
  * proc: use .closureptr for stepping through range-over-func statements (#3763)
  * pkg/dwarf/line: use t.Logf instead of fmt.Printf in tests (#3772)
  * pkg: refactor to buf.WriteString() (#3769)
  * pkg/terminal: add missing file.Close() call (#3770)
  * go.mod: update gopkg.in/yaml to v3 (#3776)
  * pkg/proc: fix 404 links and change to https (#3775)
  * *: remove redundant lines at the start/end of block (#3773)
  * fix: LoadAbstractOriginAndSpecification infinite loop caused by abstract origin point to itself. (#3767)
  * service/debugger: evaluate breakpoint vars on g-less threads (#3759)
  * proc: support stepping through range-over-func statements with inlining (#3755)
  * fix: mem cache out of range panic caused by overflow (#3761)
  * pkg/proc,service/debugger: fix debuginfod-find source (#3762)
  * refactor: move loadModuleData from runtimeTypeToDIE and expose the apis (#3741)
  * all: fix typos in docs, comments and package name (#3757)
  * pkg/terminal: do not use deprecated strings.Title (#3756)
  * proc: initial support for expressions with range-over-func (#3750)
  * *: replace fmt.Errorf with errors.New (#3752)
  * pkg/astutil,pkg/elfwriter: fix package doc (#3753)
  * service: print better message for unattended stops (#3747)
  * proc: refactor identifier evaluation for range-over-func support (#3738)
  * proc: fix TestRangeOverFuncNext (#3740)
  * proc: fix bug with stack watchpoints going out of scope (#3742)
  * pkg/terminal,service/debugger: Support to add a new suboption --follow-calls to trace subcommand  (#3594)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=26
2024-07-16 18:53:34 +00:00
d3d744a557 Accepting request 1155746 from devel:languages:go
- Update to version 1.22.1:
  * *: release version 1.22.1 (#3662)
  * pkg/proc: remove usage of gore dependency (#3664)
  * cmd/dlv: fix --continue with unix domain sockets (#3658)
  * Don't use a fixed width for s when parsing /proc/net/tcp lines (#3660)
  * *: update gore (#3659)
  * terminal: add prompt color option (#3648)
  * terminal: add color highlighting to stacktraces (#3649)
  * cmd/dlv: support unix domain sockets (#3655)
  * service/dap: support waitfor option for 'dap attach' only (#3656)
  * *: update go-delve/gore (#3646)
  * *: remove accidentally committed binary (#3645)
  * proc: if a reslice operator is used load the whole slice (#3623)
  * proc/gdbserver: clean up rr directory on detach (#3570)
  * proc: skip TestDebugStripped on development versions of Go (#3642)
  * evalop: fix name of executeOp function in test (#3643)
  * service/dap: make TestEvaluateCallFunction independent of line numbers (#3644)
  * proc/native: add support sentinel for FreeBSD with cgo disabled (#3636)
  * make.go: do not recodesign when rebuilding (#3639)
  * proc/native: remove dead code in nonative_darwin.go (#3637)
  * proc: fix stacktrace frame after runtime.sigpanic (#3638)
  * proc: fix dynamic library loading with musl loader (#3621)
  * proc: fix TestCondBreakpointWithFrame flakes on 1.22rc1 (#3624)
  * terminal: add paging to print, vars, args and locals (#3620)
  * TeamCity: speed up ppc64le CI (#3622)
  * Documentation: document runtime.frame(n).varname (#3625)
  * go.mod: Update version of go-delve/liner (#3619)
  * Cirrus-CI: update FreeBSD version (#3618) (forwarded request 1155745 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1155746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=12
2024-03-06 22:06:55 +00:00
9bb080be15 Accepting request 1155745 from home:jfkw:branches:devel:languages:go
- Update to version 1.22.1:
  * *: release version 1.22.1 (#3662)
  * pkg/proc: remove usage of gore dependency (#3664)
  * cmd/dlv: fix --continue with unix domain sockets (#3658)
  * Don't use a fixed width for s when parsing /proc/net/tcp lines (#3660)
  * *: update gore (#3659)
  * terminal: add prompt color option (#3648)
  * terminal: add color highlighting to stacktraces (#3649)
  * cmd/dlv: support unix domain sockets (#3655)
  * service/dap: support waitfor option for 'dap attach' only (#3656)
  * *: update go-delve/gore (#3646)
  * *: remove accidentally committed binary (#3645)
  * proc: if a reslice operator is used load the whole slice (#3623)
  * proc/gdbserver: clean up rr directory on detach (#3570)
  * proc: skip TestDebugStripped on development versions of Go (#3642)
  * evalop: fix name of executeOp function in test (#3643)
  * service/dap: make TestEvaluateCallFunction independent of line numbers (#3644)
  * proc/native: add support sentinel for FreeBSD with cgo disabled (#3636)
  * make.go: do not recodesign when rebuilding (#3639)
  * proc/native: remove dead code in nonative_darwin.go (#3637)
  * proc: fix stacktrace frame after runtime.sigpanic (#3638)
  * proc: fix dynamic library loading with musl loader (#3621)
  * proc: fix TestCondBreakpointWithFrame flakes on 1.22rc1 (#3624)
  * terminal: add paging to print, vars, args and locals (#3620)
  * TeamCity: speed up ppc64le CI (#3622)
  * Documentation: document runtime.frame(n).varname (#3625)
  * go.mod: Update version of go-delve/liner (#3619)
  * Cirrus-CI: update FreeBSD version (#3618)

OBS-URL: https://build.opensuse.org/request/show/1155745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=24
2024-03-06 19:56:36 +00:00
fc278a504b Accepting request 1135718 from devel:languages:go
- Update to version 1.22.0: (forwarded request 1135717 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1135718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=11
2024-01-03 11:25:03 +00:00
e3d20da299 Accepting request 1135717 from home:jfkw:branches:devel:languages:go
- Update to version 1.22.0:

OBS-URL: https://build.opensuse.org/request/show/1135717
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=22
2023-12-30 00:17:02 +00:00
b51ed3e796 Accepting request 1121298 from devel:languages:go
- Update to version 1.21.2:
- Packaging improvements:
  * Re-enable binary stripping and debuginfo boo#1210938
  * Update to BuildRequires: golang(API) >= 1.17 matching go.mod
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Drop go build -o arg, default binary name is pkg of main()
  * Drop comment about upstream Makefile static build options fail
  * Add basic %check to execute binary --help (forwarded request 1121297 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1121298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=10
2023-10-30 21:11:43 +00:00
f94cf8e688 Accepting request 1121297 from home:jfkw:branches:devel:languages:go
- Update to version 1.21.2:
- Packaging improvements:
  * Re-enable binary stripping and debuginfo boo#1210938
  * Update to BuildRequires: golang(API) >= 1.17 matching go.mod
  * Build PIE with pattern that may become recommended procedure:
    %%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
    A go toolchain buildmode default config would be preferable
    but none exist at this time.
  * Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
  * Drop go build -o arg, default binary name is pkg of main()
  * Drop comment about upstream Makefile static build options fail
  * Add basic %check to execute binary --help

OBS-URL: https://build.opensuse.org/request/show/1121297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=20
2023-10-30 19:12:57 +00:00
ff5314ae21 Accepting request 1107865 from devel:languages:go
- update summary and architecture excludes

OBS-URL: https://build.opensuse.org/request/show/1107865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=9
2023-08-30 08:20:48 +00:00
3d04e1102e - update summary and architecture excludes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=18
2023-08-29 08:05:53 +00:00
0b4a6c3909 Accepting request 1095857 from devel:languages:go
- Update to version 1.21.0: (forwarded request 1095852 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1095857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=8
2023-06-29 15:28:44 +00:00
fce9bb5a90 Accepting request 1095852 from home:jfkw:branches:devel:languages:go
- Update to version 1.21.0:

OBS-URL: https://build.opensuse.org/request/show/1095852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=16
2023-06-28 16:34:08 +00:00
d7c63484ea Accepting request 1077787 from devel:languages:go
- Update to version 1.20.2:
- Packaging update source service mode to manual formerly disabled (forwarded request 1077786 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1077787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=7
2023-04-07 16:16:38 +00:00
47248d5e13 Accepting request 1077786 from home:jfkw:branches:devel:languages:go
- Update to version 1.20.2:
- Packaging update source service mode to manual formerly disabled

OBS-URL: https://build.opensuse.org/request/show/1077786
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=14
2023-04-06 20:22:54 +00:00
b498a1dac5 Accepting request 1041737 from devel:languages:go
- Update to version 1.20.0: (forwarded request 1041735 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/1041737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=6
2022-12-09 12:18:03 +00:00
9e9b61bac9 Accepting request 1041735 from home:jfkw:branches:devel:languages:go
- Update to version 1.20.0:

OBS-URL: https://build.opensuse.org/request/show/1041735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=12
2022-12-08 22:05:33 +00:00
a6fc72893f Accepting request 998885 from devel:languages:go
- Update to version 1.9.1:
  * v1.9.1 (#3116)
  * proc: make sure logical breakpoints map exists (#3115)
  * go.mod: update starlark dependency (#3112)
  * terminal: send large output to pager (#3060)
  * *: switch to int64 for goroutine IDs (#3110)
  * proc: use stdlib to compute CRC for gnu_debuglink section (#3105)
  * _scripts: fix CI on go1.19/linux/386 (#3100)
  * service/dap: Add support for empty string in substitutePath (#3088)
  * proc: fuse evalToplevelTypeCast and evalTypeCast (#3057)
  * _scripts: fix command to download Go version (#3099)
  * service/debugger: refactor state/collectBreakpointInfo for TargetGroup (#3064)
  * proc: do not panic reading bad G struct (#3098)
  * TeamCity,goversion: bump test matrix (#3092)
  * pkg/dwarf/line: Fix parsing file table for DWARFv5 (#3090)
  * :* Improve trace subcommand output (#3091)
  * Documentation: fix documentation of examinemem (#3087)
  * fix StepInstruction on 1 byte instruction with a software breackpoint (#3084)
  * pkg/proc/internal/ebpf: Fix handling of entry / return (#3081)
  * service/dap: fix indexing bug for maps (#3068)
  * pkg/proc/internal/ebpf: Fix size of ebpf type for fn_addr (#3080)
  * proc/native: refactor windows framework (#3079)
  * terminal/command: 'goroutines' command add new flags '-exec command' (#3044)
  * proc: support gnu_debuglink section (#3073)
  * pkg/locspec: support exact match in SubstitutePath (#3075)
  * proc/internal/ebpf: drop dependency on cgo (#3072)
  * cmd/dlv,proc: misc improvements to trace subcommand (#3069)
  * dwarf/op,proc: output register name when printing location exprs (#3052)
  * service/dap: limit disassembly range (#3045)
  * proc,service/debugger: introduce TargetGroup abstraction (#3030)

OBS-URL: https://build.opensuse.org/request/show/998885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=5
2022-08-24 13:11:15 +00:00
518d882676 Accepting request 998884 from home:jfkw:branches:devel:languages:go
- Update to version 1.9.1:
  * v1.9.1 (#3116)
  * proc: make sure logical breakpoints map exists (#3115)
  * go.mod: update starlark dependency (#3112)
  * terminal: send large output to pager (#3060)
  * *: switch to int64 for goroutine IDs (#3110)
  * proc: use stdlib to compute CRC for gnu_debuglink section (#3105)
  * _scripts: fix CI on go1.19/linux/386 (#3100)
  * service/dap: Add support for empty string in substitutePath (#3088)
  * proc: fuse evalToplevelTypeCast and evalTypeCast (#3057)
  * _scripts: fix command to download Go version (#3099)
  * service/debugger: refactor state/collectBreakpointInfo for TargetGroup (#3064)
  * proc: do not panic reading bad G struct (#3098)
  * TeamCity,goversion: bump test matrix (#3092)
  * pkg/dwarf/line: Fix parsing file table for DWARFv5 (#3090)
  * :* Improve trace subcommand output (#3091)
  * Documentation: fix documentation of examinemem (#3087)
  * fix StepInstruction on 1 byte instruction with a software breackpoint (#3084)
  * pkg/proc/internal/ebpf: Fix handling of entry / return (#3081)
  * service/dap: fix indexing bug for maps (#3068)
  * pkg/proc/internal/ebpf: Fix size of ebpf type for fn_addr (#3080)
  * proc/native: refactor windows framework (#3079)
  * terminal/command: 'goroutines' command add new flags '-exec command' (#3044)
  * proc: support gnu_debuglink section (#3073)
  * pkg/locspec: support exact match in SubstitutePath (#3075)
  * proc/internal/ebpf: drop dependency on cgo (#3072)
  * cmd/dlv,proc: misc improvements to trace subcommand (#3069)
  * dwarf/op,proc: output register name when printing location exprs (#3052)
  * service/dap: limit disassembly range (#3045)
  * proc,service/debugger: introduce TargetGroup abstraction (#3030)

OBS-URL: https://build.opensuse.org/request/show/998884
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=10
2022-08-23 16:39:29 +00:00
97364dfe89 Accepting request 998639 from devel:languages:go
- update list of excluded archs with those that raise
  your_operating_system_and_architecture_combination_is_not_supported_by_delve exception

OBS-URL: https://build.opensuse.org/request/show/998639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=4
2022-08-23 12:29:32 +00:00
33b6e1ec56 - update list of excluded archs with those that raise
your_operating_system_and_architecture_combination_is_not_supported_by_delve exception

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=8
2022-08-22 12:27:07 +00:00
e8552a357e Accepting request 987279 from devel:languages:go
- Update to version 1.9.0: (forwarded request 987278 from jfkw)

OBS-URL: https://build.opensuse.org/request/show/987279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=3
2022-07-07 10:57:22 +00:00
28368f1199 Accepting request 987278 from home:jfkw:branches:devel:languages:go
- Update to version 1.9.0:

OBS-URL: https://build.opensuse.org/request/show/987278
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=6
2022-07-06 19:23:17 +00:00
11578c6bb8 Accepting request 985192 from devel:languages:go
Package can not build on s390x (forwarded request 985137 from azouhr)

OBS-URL: https://build.opensuse.org/request/show/985192
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=2
2022-06-27 09:25:43 +00:00
67393d035d Accepting request 985137 from home:azouhr:branches:devel:languages:go
Package can not build on s390x

OBS-URL: https://build.opensuse.org/request/show/985137
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=4
2022-06-27 05:07:05 +00:00
14318c7d1e Accepting request 978032 from devel:languages:go
New package delve v1.8.3 is a debugger for the Go programming language.

OBS-URL: https://build.opensuse.org/request/show/978032
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/delve?expand=0&rev=1
2022-05-19 20:49:31 +00:00
96a185bfa5 Accepting request 978031 from home:jfkw:branches:devel:languages:go
Correct license to MIT

OBS-URL: https://build.opensuse.org/request/show/978031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=2
2022-05-19 03:45:03 +00:00
d56c9b1374 Accepting request 978024 from home:jfkw:branches:devel:languages:go
New package delve v1.8.3 is a debugger for the Go programming language

OBS-URL: https://build.opensuse.org/request/show/978024
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/delve?expand=0&rev=1
2022-05-19 03:02:31 +00:00