delve/service/dap
Alessandro Arzilli 7dcd7b4d1e
Miscellaneous fixes for problems uncovered by Github Actions tests (#2274)
Fix bug in DAP test: TestEvaluateCallRequest.
In Go 1.15 the call injection will be executed on a different goroutine
from the goroutine where it was started on to avoid confusing the
garbage collector, the test must be aware of this fact and use the
goroutine ID from the stopped response instead of assuming 1 is the
currently selected goroutine.

Disables TestAttachDetach when running in Github Actions.

Disable some coredump tests when running in Github Actions (core size
limits?).
2020-12-27 15:11:02 -08:00
..
daptest service/dap: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08:00
error_ids.go service/dap: support evaluate requests with expressions and calls (#2185) 2020-11-12 15:24:31 -08:00
handles.go service: move some type conversions from service/debugger to rpc pkgs 2020-09-10 16:19:04 +02:00
server_test.go Miscellaneous fixes for problems uncovered by Github Actions tests (#2274) 2020-12-27 15:11:02 -08:00
server.go proc: add flag to distinguish ReturnValues (#2230) 2020-12-10 08:57:50 -08:00
utils.go service/dap: Support stackTrace request (#2093) 2020-07-01 11:01:17 -07:00