delve/pkg/proc/gdbserial
Alessandro Arzilli dc5d8de320
proc: add waitfor option to attach (#3445)
Adds a waitfor option to 'dlv attach' that waits for a process with a
name starting with a given prefix to appear before attaching to it.

Debugserver on macOS does not support follow-fork mode, but has this
feature instead which is not the same thing but still helps with
multiprocess debugging somewhat.
2023-08-09 10:30:22 -07:00
..
gdbserver_conn.go all: use "len == 0" rather than "len <= 0" when checking empty slice/string (#3439) 2023-07-13 11:30:32 -07:00
gdbserver_unix.go gdbserial: continue if tcsetpgrp fails (#3211) 2022-12-12 08:36:48 -08:00
gdbserver_windows.go proc/gdbserver: set child process pgrp as foreground group (#3205) 2022-12-05 09:38:00 -08:00
gdbserver.go proc: add waitfor option to attach (#3445) 2023-08-09 10:30:22 -07:00
rr_test.go pkg/proc,service/*: Supports sending output to clients when running programs remotely (#3253) 2023-07-05 08:39:01 -07:00
rr.go pkg/proc,service/*: Supports sending output to clients when running programs remotely (#3253) 2023-07-05 08:39:01 -07:00