delve/pkg
Alessandro Arzilli 8ebd2d83ae
Misc fixes for test problems (#2751)
* service/dap: remove deadlock in TestLaunchDebugRequest

Fixes #2746

* terminal: fix TestScopePrefix flakiness

When there are more than 10 frames api.PrintStack will prefix the
output with spaces to right justify the frame number, which confuses
TestScopePrefix.

* _scripts: pass -buildvcs for Go 1.18 and later on TeamCity

Go 1.18 will try to stamp builds with the VCS version, this doesn't
work on TeamCity because the checkout isn't a valid repository (but
looks like it).
Pass -buildvcs=false to disable this feature.

* proc: switch to goroutine stack if first frame's func can not be found

If the first frame on the system stack can not be resolved to a
function switch directly to the goroutine stack.
2021-10-18 13:17:47 -07:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config cmd/dlv,config: obey logflags config for LoadConfig warnings (#2701) 2021-10-13 18:46:20 -07:00
dwarf proc,dwarf/godwarf: support parametric types with dictionaries 2021-10-02 15:44:30 +02:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild service/dap: move build error to output event (#2482) 2021-05-17 09:13:25 -07:00
goversion pkg/goversion: visibly warn the user with --check-go-version=false (#2684) 2021-09-25 17:41:00 +02:00
locspec *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
logflags service/rpccommon,service/dap: warn about listening to remote connections (#2721) 2021-09-29 09:53:27 +02:00
proc Misc fixes for test problems (#2751) 2021-10-18 13:17:47 -07:00
terminal Misc fixes for test problems (#2751) 2021-10-18 13:17:47 -07:00
version v1.7.2 (#2708) 2021-09-22 21:05:04 -07:00