delve/service/debugger
Alessandro Arzilli 78471b3a5a
proc,service: represent logical breakpoints explicitly (#2946)
Adds a LogicalBreakpoint type to represent logical breakpoints
explicitly. Until now logical breakpoints were constructed implicitly
by grouping physical breakpoints together by their LogicalID.

Having logical breakpoints represented explicitly allows for a simpler
implementation of disabled breakpoints, as well as allowing a simple
implementation of delayed breakpoints (#1653, #2551) and in general of
breakpoints spanning multiple processes if we implement debugging
process trees (#2551).

Updates #1653
Updates #2551
2022-05-25 13:58:26 -07:00
..
debugger_darwin.go Add support for Windows. 2016-01-20 19:06:31 -08:00
debugger_freebsd.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07:00
debugger_linux.go *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
debugger_test.go *: Better error launching invalid binary format 2020-04-02 18:41:16 +02:00
debugger_unix_test.go service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982) 2022-04-26 13:23:39 -07:00
debugger_unix.go service/debugger: close executable file (#2976) 2022-04-26 14:32:22 -07:00
debugger_windows.go service/debugger: close executable file (#2976) 2022-04-26 14:32:22 -07:00
debugger.go proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00