delve/pkg/proc/gdbserial
aarzilli 178589a4e7 proc: breakpoints refactoring
Move some duplicate code, related to breakpoints, that was in both
backends into a single place.
This is in preparation to solve issue #844 (conditional breakpoints
make step and next fail) which will make this common breakpoint code
more complicated.
2017-11-20 11:25:35 -08:00
..
gdbserver_conn.go proc/gdbserial: automatically retrieve exe path on attach on macOS 2017-09-08 10:27:08 -07:00
gdbserver_unix.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
gdbserver_windows.go proc: refactoring: split backends to separate packages 2017-04-21 14:00:04 -07:00
gdbserver.go proc: breakpoints refactoring 2017-11-20 11:25:35 -08:00
rr_test.go proc: report errors when loading executable on attach 2017-08-30 11:20:20 -07:00
rr.go proc/gdbserial: wait for a connection from stub as long as stub lives (#846) 2017-05-22 11:27:54 -07:00