delve/cmd/dlv
Nilesh Singh 8b878fb238
cmds/commands: Update 'client-addr' to support Unix domain sockets (#3819)
* cmds/commands: Update 'client-addr' to support Unix domain sockets

This change updates the '--client-addr' flag to accept Unix domain sockets (UDS). Currently, the --listen flag supports UDS, but --client-addr does not. This modification ensures consistency across the APIs and improves support for vscode-go, which uses reverse mode (via client-addr) to connect to DAP.

Fixes #3814

* Undo formatter changes in dlv_test.go

* Update commands.go
2024-09-30 11:20:48 -07:00
..
cmds cmds/commands: Update 'client-addr' to support Unix domain sockets (#3819) 2024-09-30 11:20:48 -07:00
dlv_test.go cmds/commands: Update 'client-addr' to support Unix domain sockets (#3819) 2024-09-30 11:20:48 -07:00
main.go cmd: fix a bunch of linter warnings from GoLand (#3550) 2023-11-03 17:22:02 +01:00
tools.go cmd/dlv: make core command limitations more prominent (#2031) 2020-05-04 10:00:33 -07:00