delve/service/test
Alessandro Arzilli 4c5b111abb
proc,debugger: move breakpoint ID counter to service/debugger (#2913)
Moves breakpoindIDCounter out of BreakpointsMap and into
service/debugger.Debuggger to simplify proc.Target's API and aid with
implementing fork follow mode, where we'll have to debug multiple
processes simultaneously.
2022-02-25 10:09:53 +01:00
..
common_test.go proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
integration1_test.go Miscellaneous fixes for Windows native backend (#2736) 2021-10-13 08:43:54 -07:00
integration2_test.go Automatically disable breakpoints with hitcount conditions that will never be satisfied again (#2833) 2022-01-06 09:00:46 -08:00
variables_test.go proc,debugger: move breakpoint ID counter to service/debugger (#2913) 2022-02-25 10:09:53 +01:00