delve/service
Suzy Mueller 88b163d038
service/dap: include selected goroutine in threads request (#2683)
When we set a limit on the number of threads that would be
returned, it was possible that the selected thread was not
included in the list of threads. This could cause issues
because the stopped reason is associated with the selected
goroutine, so users could be missing out on important info.

This change makes sure that the selected goroutine is included
by adding it to the end of the list.
2021-09-01 09:58:42 -07:00
..
api pkg/proc: Parse Goroutine ID in eBPF tracer (#2654) 2021-08-24 14:53:27 +02:00
dap service/dap: include selected goroutine in threads request (#2683) 2021-09-01 09:58:42 -07:00
debugger pkg/proc: Parse Goroutine ID in eBPF tracer (#2654) 2021-08-24 14:53:27 +02:00
internal/sameuser service: fix sameuser check (#2642) 2021-08-10 11:40:39 +02:00
rpc1 proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
rpc2 proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
rpccommon service: fix sameuser check (#2642) 2021-08-10 11:40:39 +02:00
test proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
client.go proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -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