Home
last modified time | relevance | path

Searched defs:_exc_msg (Results 1 – 1 of 1) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/debug/p/native/xnu/
H A Dxnu_threads.h66 typedef struct _exc_msg { struct
67 mach_msg_header_t hdr;
69 mach_msg_body_t msg_body;
70 mach_msg_port_descriptor_t thread;
71 mach_msg_port_descriptor_t task;
73 NDR_record_t NDR;
74 exception_type_t exception;
75 mach_msg_type_number_t code_cnt;
77 mach_exception_data_t code;
80 char pad[512];