Required Instance Methodnmggithub.kass 3.2.4MachCore
addExceptionPort(_:)
Adds an exception port to the port’s kernel object.
func addExceptionPort(_ exceptionPort: Mach.ExceptionPort) throws
Adds an exception port to the port’s kernel object.
func addExceptionPort(_ exceptionPort: Mach.ExceptionPort) throws
s8MachCore0A0V22PortWithExceptionPortsP03addeC0yyAC0eC0CKF
What are these?7LUXB
import MachCore
The core module for interacting with the Mach kernel.
protocol PortWithExceptionPorts : Mach.Port
A port representing a kernel object that can have exception ports.
struct Mach
The Mach kernel.
class ExceptionPort
An exception port.
var exceptionPorts: [Mach.ExceptionPort] { get throws }
All the exception ports for the port’s kernel object.
func exceptionPorts(mask: Mach.ExceptionMask) throws -> [Mach.ExceptionPort]
Returns the exception ports for the port’s kernel object for the types specified by the mask.