syscall.WaitStatus.CoreDump (method)
2 uses
syscall (current package)
syscall_linux.go#L345: func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }
os
exec_posix.go#L122: if status.CoreDump() {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)