delve/service
Alessandro Arzilli b3e528e4fb
service/dap: deflake DAP tests (#2872)
1. change ExpectOutputEventProcessExited to accept -1 exit status, this
   is a real problem on linux but we don't know how to fix it and we
   already have a test in proc for it.
2. change TestNoDebug_AcceptNoRequestButDisconnect to be less picky
   about message ordering, all message orderings seem to be fine, there
   is no reason to insist on a particular one, since the DAP server is
   unable to actually produce it deterministically.

Fixes #2860
2022-01-19 10:40:54 -08:00
..
api service: use name w/o parameters for breakpoints on generic funcs (#2774) 2021-12-13 11:41:28 -08:00
dap service/dap: deflake DAP tests (#2872) 2022-01-19 10:40:54 -08:00
debugger Automatically disable breakpoints with hitcount conditions that will never be satisfied again (#2833) 2022-01-06 09:00:46 -08:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
rpc2 *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
rpccommon service/dap: support JSON-RPC and DAP on the same port from "dlv debug/exec/test/attach" (#2755) 2021-10-25 12:39:28 -07:00
test Automatically disable breakpoints with hitcount conditions that will never be satisfied again (#2833) 2022-01-06 09:00:46 -08: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