delve/service
Ruijie Chen 20df19e33b
service/dap: Add support for empty string in substitutePath (#3088)
This changes adds the support to replace relative paths sources with "" as rapresenting current directory.
For example:
Rule like '{from: "", to: "/my/project"}' will map path "src/my/code.go" into "/my/project/src/my/code.go"
Rule like '{from: "/my/project", to: ""}' will map path "/my/project/src/my/code.go" into "src/my/code.go"

Fixes #3082
2022-08-14 16:01:39 +02:00
..
api pkg/proc/internal/ebpf: Fix handling of entry / return (#3081) 2022-07-29 12:00:32 +02:00
dap service/dap: Add support for empty string in substitutePath (#3088) 2022-08-14 16:01:39 +02:00
debugger service/debugger: refactor state/collectBreakpointInfo for TargetGroup (#3064) 2022-08-09 10:03:45 -07:00
internal/sameuser fmt code (#2826) 2021-12-13 10:25:23 -08:00
rpc1 proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
rpc2 *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
rpccommon *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
test service/test,proc: move variable evaluation test to pkg/proc (#3024) 2022-06-08 08:59:42 -07:00
client.go service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08: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-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00