delve/service/rpc1
Alessandro Arzilli ca611db449
terminal: restore breakpoints set with line offset on restart (#3425)
Change FindLocation so it can return a substitute location expression
and propagate it to pkg/terminal/command.
When breakpoints are set using the syntax :<lineno> or +<lineno>
produce a substitute location expression that doesn't depend on having
a valid scope and can be used to restore the breakpoint.

Fixes #3423
2023-07-20 12:29:59 +02:00
..
client.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
readme.txt service-*: conform to godoc comments (#2916) 2022-03-09 09:12:42 -08:00
server.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00

This package implements version 1 of Delve's API and is only
kept here for backwards compatibility. Client.go is the old
client code used by Delve's frontend (delve/cmd/dlv), it is
only preserved here for the backwards compatibility tests in
service/test/integration1_test.go.