
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.
37 lines
995 B
Markdown
37 lines
995 B
Markdown
Tests skipped by each supported backend:
|
|
|
|
* 386 skipped = 6
|
|
* 3 broken - cgo stacktraces
|
|
* 3 not implemented
|
|
* arm64 skipped = 1
|
|
* 1 broken - global variable symbolication
|
|
* darwin skipped = 1
|
|
* 1 waitfor implementation is delegated to debugserver
|
|
* darwin/arm64 skipped = 2
|
|
* 2 broken - cgo stacktraces
|
|
* darwin/lldb skipped = 1
|
|
* 1 upstream issue
|
|
* freebsd skipped = 4
|
|
* 4 not implemented
|
|
* linux/386/pie skipped = 1
|
|
* 1 broken
|
|
* linux/ppc64le skipped = 1
|
|
* 1 broken - cgo stacktraces
|
|
* linux/ppc64le/native skipped = 1
|
|
* 1 broken in linux ppc64le
|
|
* linux/ppc64le/native/pie skipped = 11
|
|
* 11 broken - pie mode
|
|
* pie skipped = 2
|
|
* 2 upstream issue - https://github.com/golang/go/issues/29322
|
|
* ppc64le skipped = 11
|
|
* 6 broken
|
|
* 1 broken - global variable symbolication
|
|
* 4 not implemented
|
|
* windows skipped = 4
|
|
* 1 broken
|
|
* 3 see https://github.com/go-delve/delve/issues/2768
|
|
* windows/arm64 skipped = 5
|
|
* 3 broken
|
|
* 1 broken - cgo stacktraces
|
|
* 1 broken - step concurrent
|