delve/pkg/proc/gdbserial
aarzilli 2c0e31160d proc/gdbserial: return error if stopped with a sginal
On macOS we can also stop when we receive a signal,
propagate this reason upwards to the client.

Also clear internal breakpoints after an unrecovered-panic since they
can not be reached anymore.

Fixes #872
2017-09-20 12:39:29 -07: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/gdbserial: return error if stopped with a sginal 2017-09-20 12:39:29 -07: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