delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go proc: support function call injection on arm64 (#2996) 2022-05-03 10:46:24 -07:00
gdbserver_unix.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go proc/gdbserver: fix function call injection on rr (#3007) 2022-05-17 09:19:34 -07:00
rr_test.go proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
rr.go proc/gdbserial: support call injection with rr backend (#2740) 2021-10-14 11:06:14 -07:00