delve/service
Alessandro Arzilli 84b757ad57
cmd/dlv,service/dap: use randomized name as default output binary (#3366)
Using a fixed path as the default output binary means that executing
Delve twice in the same directory will cause the second invocation to
overwrite the output binary of the first instance of Delve, making the
restart command not work correctly.

Fixes #3345
2023-05-16 09:36:15 -07:00
..
api proc,terminal: read command line of new processes (#3346) 2023-05-09 11:40:00 -07:00
dap cmd/dlv,service/dap: use randomized name as default output binary (#3366) 2023-05-16 09:36:15 -07:00
debugger proc,terminal: read command line of new processes (#3346) 2023-05-09 11:40:00 -07:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 proc,terminal: allow setting suspended breakpoints (#3154) 2022-10-04 08:07:05 -07:00
rpc2 *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -07:00
rpccommon terminal/logflags: Added SetLoggerFactory(LoggerFactory) (#3257) 2023-02-14 09:46:35 -08:00
test service: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
client.go *: misc improvements to config command and substitute-path rules (#3335) 2023-05-02 12:23:59 -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