syscall.WaitStatus.CoreDump (method)

4 uses

	syscall (current package)
		syscall_bsd.go#L125: func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }

	os
		exec_posix.go#L116: 	if status.CoreDump() {

	src.elv.sh/pkg/eval
		exception.go#L288: 		if ws.CoreDump() {
		exception.go#L335: func (f exitFieldsSignaled) CoreDumped() bool     { return f.e.CoreDump() }