Rizin
unix-like reverse engineering framework and cli tools
|
#include <xnu_threads.h>
Public Attributes | |
exception_mask_t | masks [EXC_TYPES_COUNT] |
mach_port_t | ports [EXC_TYPES_COUNT] |
exception_behavior_t | behaviors [EXC_TYPES_COUNT] |
thread_state_flavor_t | flavors [EXC_TYPES_COUNT] |
mach_msg_type_number_t | count |
pthread_t | thread |
mach_port_t | exception_port |
Definition at line 39 of file xnu_threads.h.
exception_behavior_t _exception_info::behaviors[EXC_TYPES_COUNT] |
Definition at line 42 of file xnu_threads.h.
Referenced by xnu_create_exception_thread(), and xnu_restore_exception_ports().
mach_msg_type_number_t _exception_info::count |
Definition at line 44 of file xnu_threads.h.
Referenced by xnu_create_exception_thread(), and xnu_restore_exception_ports().
mach_port_t _exception_info::exception_port |
Definition at line 46 of file xnu_threads.h.
Referenced by validate_mach_message(), xnu_create_exception_thread(), xnu_restore_exception_ports(), and xnu_wait_for_exception().
thread_state_flavor_t _exception_info::flavors[EXC_TYPES_COUNT] |
Definition at line 43 of file xnu_threads.h.
Referenced by xnu_create_exception_thread(), and xnu_restore_exception_ports().
exception_mask_t _exception_info::masks[EXC_TYPES_COUNT] |
Definition at line 40 of file xnu_threads.h.
Referenced by xnu_create_exception_thread(), and xnu_restore_exception_ports().
mach_port_t _exception_info::ports[EXC_TYPES_COUNT] |
Definition at line 41 of file xnu_threads.h.
Referenced by xnu_create_exception_thread(), and xnu_restore_exception_ports().
pthread_t _exception_info::thread |
Definition at line 45 of file xnu_threads.h.