Static Propertynmggithub.kass 3.2.4MachCore
canHasDebugger
Whether a host can has debugger.
static let canHasDebugger: Mach.HostInfoFlavor
Whether a host can has debugger.
static let canHasDebugger: Mach.HostInfoFlavor
import MachCore
The core module for interacting with the Mach kernel.
struct HostInfoFlavor
A flavor of host info.
struct Mach
The Mach kernel.
static let basic: Mach.HostInfoFlavor
Basic info about a host.
static let scheduling: Mach.HostInfoFlavor
Scheduling info about a host.
static let resourceSizes: Mach.HostInfoFlavor
Resource sizes for a host.
static let priority: Mach.HostInfoFlavor
Priority info for a host.
static let semaphoreTraps: Mach.HostInfoFlavor
Whether a host supports semaphore traps.
static let machMsgTraps: Mach.HostInfoFlavor
Whether a host supports Mach message traps.
static let vmPurgeable: Mach.HostInfoFlavor
Information about purgeable virtual memory on a host.
static let debugInfo: Mach.HostInfoFlavor
Debug info about a host.
static let preferredUserSpaceArchitecture: Mach.HostInfoFlavor
The preferred user space architecture of a host.
init(rawValue: host_flavor_t)
Represents a raw host info flavor.
let rawValue: host_flavor_t
The raw value of the flavor.