delve/pkg/proc/gdbserial
aarzilli cc86bde549 proc/native,proc/gdbserial: let target access terminal
Change the linux verison of proc/native and proc/gdbserial (with
debugserver) so that they let the target process use the terminal when
delve is launched in headless mode.

Windows already worked, proc/gdbserial (with rr) already worked.
I couldn't find a way to make proc/gdbserial (with lldb-server) work.

No tests are added because I can't think of a way to test for
foregroundness of a process.

Fixes #65
2018-05-18 09:53:29 -07:00
..
gdbserver_conn.go proc/gdbserial,dlv/cmds: make logGdbWire command line configurable 2018-04-13 15:31:02 -07:00
gdbserver_unix.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
gdbserver_windows.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
gdbserver.go proc/native,proc/gdbserial: let target access terminal 2018-05-18 09:53:29 -07:00
rr_test.go proc: remove proc.Process.Halt 2018-03-06 09:06:19 -08:00
rr.go gdbserial,debugger: better error message when debugserver not installed 2018-04-10 13:49:57 -07:00