delve/service
Alessandro Arzilli 0b35fe6d42
proc,service,terminal: add ways to list goroutines waiting on a channel (#3481)
Adds -chan option to the goroutines command to list only the goroutines
running on a specified channel.
Also when printing a variable if it is a channel also print the list of
goroutines that are waiting on it.
2023-08-23 13:02:34 -07:00
..
api proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -07:00
dap service/dap: use == to test io.EOF (#3464) 2023-08-12 09:41:30 +02:00
debugger proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -07:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 pkg,service: make receiver names consistent (#3473) 2023-08-17 14:24:43 -07:00
rpc2 proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -07:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -07:00
client.go proc,service,terminal: add ways to list goroutines waiting on a channel (#3481) 2023-08-23 13:02:34 -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: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00