delve/service/api
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
..
command.go service/dap: support goroutine filters in dap (#2759) 2021-12-07 09:23:55 -08:00
conversions.go proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
prettyprint_test.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
prettyprint.go proc,service: pretty print time.Time variables (#2865) 2022-03-25 13:59:57 -07:00
types.go *: fix some typos 2022-03-23 16:10:00 +01:00