const syscall.SIGTRAP
2 uses
syscall (current package)
zerrors_darwin_arm64.go#L1280: SIGTRAP = Signal(0x5)
os
exec_posix.go#L110: if status.StopSignal() == syscall.SIGTRAP && status.TrapCause() != 0 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)