|
GDB (API)
|
#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 46 of file darwin-nat.h.
| mach_msg_type_number_t darwin_exception_msg::data_count |
Definition at line 58 of file darwin-nat.h.
| integer_t darwin_exception_msg::ex_data[2] |
Definition at line 59 of file darwin-nat.h.
| exception_type_t darwin_exception_msg::ex_type |
Definition at line 55 of file darwin-nat.h.
| mach_msg_header_t darwin_exception_msg::header |
Definition at line 48 of file darwin-nat.h.
| mach_port_t darwin_exception_msg::task_port |
Definition at line 52 of file darwin-nat.h.
| mach_port_t darwin_exception_msg::thread_port |
Definition at line 51 of file darwin-nat.h.
1.7.6.1