delve/service
Hyang-Ah Hana Kim 0e5b81528f
dap: clean output executable name for windows (#2514)
If the output binary name does not end with .exe, it can't run on Windows
in noDebug mode. If user-provided output name doesn't have file extension
name (.exe), append it.

Fixes golang/vscode-go#1473
2021-05-27 14:23:32 -07:00
..
api terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
dap dap: clean output executable name for windows (#2514) 2021-05-27 14:23:32 -07:00
debugger terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
internal/sameuser dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
rpc1 service/rpccommon: fix shutdown related bugs (#2439) 2021-04-19 11:12:51 -07:00
rpc2 terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -07:00
rpccommon dap: add sameuser check (#2494) 2021-05-19 10:29:05 -07:00
test gdbserial,regnum: support ZMM registers, disable 'g' on debugserver (#2498) 2021-05-26 08:21:03 -07:00
client.go terminal,service: add API and commands for watchpoints (#2488) 2021-05-20 10:04:02 -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