delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go proc: fix signal handling during stepping (#2803) 2021-12-07 09:21:53 -08: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: better handling of hardcoded breakpoints (#2852) 2022-02-22 09:57:37 -08:00
rr_test.go proc,debugger: move breakpoint ID counter to service/debugger (#2913) 2022-02-25 10:09:53 +01:00
rr.go proc/gdbserial: support call injection with rr backend (#2740) 2021-10-14 11:06:14 -07:00