delve/service
Suzy Mueller 3941af1d02
service/dap: limit the number of goroutines to return from a threads request (#2595)
This adds a cap and a log message if there are many goroutines. This will help
prevent the debugger from freezing, but does not yet address making sure the
interesting goroutines are the ones that are returned.

Updates golang/vscode-go#129
2021-07-21 08:26:40 -07:00
..
api proc: allow multiple overlapping internal breakpoints (#2519) 2021-07-21 08:24:19 -07:00
dap service/dap: limit the number of goroutines to return from a threads request (#2595) 2021-07-21 08:26:40 -07:00
debugger proc: allow multiple overlapping internal breakpoints (#2519) 2021-07-21 08:24:19 -07:00
internal/sameuser sameuser: log the uid/remoteUID when they are not matching (#2535) 2021-06-15 15:36:39 +02:00
rpc1 Go 1.17 support branch (#2451) 2021-07-08 08:47:53 -07:00
rpc2 service/rpc2: Fix panic in ListDynamicLibraries (#2586) 2021-07-14 18:28:54 +02:00
rpccommon dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
test proc: allow multiple overlapping internal breakpoints (#2519) 2021-07-21 08:24:19 -07:00
client.go terminal,service: Add filtering and grouping to goroutines command (#2504) 2021-07-01 11:25:33 -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