delve/pkg/proc/gdbserial
aarzilli 55e44c9dc0 proc/gdbserial: automatically retrieve exe path on attach on macOS
debugserver doesn't support qXfer:exec-file:read, and it doesn't return
the executable path in the response to qProcessInfoPID, however we can
find out the executable path by using jGetLoadedDynamicLibrariesInfos.
2017-09-08 10:27:08 -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: automatically retrieve exe path on attach on macOS 2017-09-08 10:27:08 -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