Static Propertynmggithub.kass 3.2.4MachCore
machSyscall
ExceptionPort.swift:42static let machSyscall: Mach.ExceptionType
static let machSyscall: Mach.ExceptionType
import MachCore
The core module for interacting with the Mach kernel.
struct ExceptionType
A type of exception.
struct Mach
The Mach kernel.
init(name: String?, rawValue: exception_type_t)
Represents an exception type with an optional name.
static let allCases: [`Self`]
All known exception types.
static let arithmetic: Mach.ExceptionType
static let badAccess: Mach.ExceptionType
static let badInstruction: Mach.ExceptionType
static let breakpoint: Mach.ExceptionType
static let corpseNotify: Mach.ExceptionType
static let crash: Mach.ExceptionType
static let emulation: Mach.ExceptionType
static let `guard`: Mach.ExceptionType
static let resource: Mach.ExceptionType
static let rpcAlert: Mach.ExceptionType
static let software: Mach.ExceptionType
static let syscall: Mach.ExceptionType
let name: String?
The name of the exception type, if it can be determined.
let rawValue: exception_type_t
The raw value of the exception type.