delve/service
polinasok e141c47eb8
service/dap: refine teardown logic (#2414)
* service/dap: refine teardown logic

* Address review comments + add missing lock/unlock

* Narrow lock scope

* Update comments only

* Remove redundan temp var from stopNoDebugProcess

* Clarify comment

* Set debugger to nil after detach to prevent dup teardown in Stop()

Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
2021-04-21 13:28:15 -07:00
..
api terminal: add optional format argument to print, display (#2398) 2021-03-25 09:45:30 -07:00
dap service/dap: refine teardown logic (#2414) 2021-04-21 13:28:15 -07:00
debugger *: Never use pointer to proc.ErrProcessExited (#2431) 2021-04-13 08:52:29 +02:00
rpc1 service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -07:00
rpc2 service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -07:00
rpccommon service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -07:00
test service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -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