Home
last modified time | relevance | path

Searched refs:EXC_MASK_CRASH (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.1.13/osfmk/mach/
H A Dexception_types.h155 #define EXC_MASK_CRASH (1 << EXC_CRASH) macro
174 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY)
/xnu-10002.1.13/tests/
H A Dexc_resource_threads.c101 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY, excepti… in exc_handler()
H A Dhw_breakpoint_step_arm64.c100 …kret = task_set_exception_ports(mach_task_self(), EXC_MASK_CRASH | EXC_MASK_BREAKPOINT, exception_… in exc_handler()
/xnu-10002.1.13/tests/ipc/
H A Dkernel_signed_pac_thread_state.c389 mach_port_t exc_port = create_exception_port(EXC_MASK_BAD_ACCESS | EXC_MASK_CRASH);