delve/service/debugger
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
..
debugger_linux.go service/debugger: merge attachErrorMessage, verifyBinaryFormat (#3142) 2022-09-21 09:48:35 -07:00
debugger_test.go *: add ppc64le support (#2963) 2023-07-07 09:30:38 -07:00
debugger_unix_test.go *: add ppc64le support (#2963) 2023-07-07 09:30:38 -07:00
debugger.go proc: add waitfor option to attach (#3445) 2023-08-09 10:30:22 -07:00