delve/service/debugger
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
..
debugger_linux.go service/debugger: merge attachErrorMessage, verifyBinaryFormat (#3142) 2022-09-21 09:48:35 -07:00
debugger_test.go *: add ppc64le support (#2963) 2023-07-07 09:30:38 -07:00
debugger_unix_test.go *: add ppc64le support (#2963) 2023-07-07 09:30:38 -07:00
debugger.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00