delve/service
Suzy Mueller 370ec4e6e4
service/dap: switch goroutines when stepping (#2403)
* service/dap: switch goroutine before stepping

The correct goroutine needs to be selected when stepping in order
for the step to execute to the correct location.

* handle next in progress while stepping

* Add tests for steps when switching goroutine

* remove nextInProgress handling

* add new step out test and review debug state check

* update text of stopped event and set goroutine id
2021-04-02 09:19:16 -07:00
..
api terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
dap service/dap: switch goroutines when stepping (#2403) 2021-04-02 09:19:16 -07:00
debugger *: Adds toggle command (#2208) 2021-03-19 11:02:23 -07:00
rpc1 service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
rpc2 *: Adds toggle command (#2208) 2021-03-19 11:02:23 -07:00
rpccommon service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
test terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
client.go *: Adds toggle command (#2208) 2021-03-19 11:02:23 -07:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: serialize calls to Command API (#2370) 2021-03-08 10:05:10 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00