syscall.WaitStatus.StopSignal (method)

3 uses

	syscall (current package)
		syscall_bsd.go#L131: func (w WaitStatus) StopSignal() Signal {

	os
		exec_posix.go#L109: 		res = "stop signal: " + status.StopSignal().String()
		exec_posix.go#L110: 		if status.StopSignal() == syscall.SIGTRAP && status.TrapCause() != 0 {