delve/service
gocurr 17d1f4c829
service/dap: use == to test io.EOF (#3464)
The documentation of io.EOF: Read must return EOF itself, not an error
wrapping EOF, because callers will test for EOF using ==.

This is a trivial change; people may think it's normal use of "errors.Is",
even it's OK, it could be replaced with "errors.Is(err, io.EOF)" in idiomatic way.
2023-08-12 09:41:30 +02:00
..
api service/api: in multiline mode print address of pointers (#3448) 2023-07-25 16:27:00 -07:00
dap service/dap: use == to test io.EOF (#3464) 2023-08-12 09:41:30 +02:00
debugger proc: add waitfor option to attach (#3445) 2023-08-09 10:30:22 -07:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00
rpc2 terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00
client.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02: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