GDB (xrefs)
|
#include "darwin-nat.h"
Public Attributes | |
mach_msg_header_t | header |
mach_port_t | thread_port |
mach_port_t | task_port |
exception_type_t | ex_type |
mach_msg_type_number_t | data_count |
integer_t | ex_data [2] |
Definition at line 24 of file darwin-nat.h.
mach_msg_type_number_t darwin_exception_msg::data_count |
Definition at line 36 of file darwin-nat.h.
integer_t darwin_exception_msg::ex_data[2] |
Definition at line 37 of file darwin-nat.h.
exception_type_t darwin_exception_msg::ex_type |
Definition at line 33 of file darwin-nat.h.
mach_msg_header_t darwin_exception_msg::header |
Definition at line 26 of file darwin-nat.h.
mach_port_t darwin_exception_msg::task_port |
Definition at line 30 of file darwin-nat.h.
mach_port_t darwin_exception_msg::thread_port |
Definition at line 29 of file darwin-nat.h.