delve/pkg/proc/gdbserial
aarzilli b5cf584564 proc/gdbserial: backward continue should stop at start of process
ContinueOnce didn't detect the way RR signals that it has reached the
start of the process and would never finish.

Fixes #1376
2018-10-17 09:07:36 -07:00
..
gdbserver_conn.go proc: support position independent executables (PIE) 2018-10-11 11:21:27 -07:00
gdbserver_unix.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07: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/gdbserial: backward continue should stop at start of process 2018-10-17 09:07:36 -07:00
rr_test.go proc/gdbserial: backward continue should stop at start of process 2018-10-17 09:07:36 -07:00
rr.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00