GDB (xrefs)
|
#include "darwin-nat.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 |
Definition at line 27 of file darwin-nat.h.
exception_behavior_t darwin_exception_info::behaviors[EXC_TYPES_COUNT] |
Definition at line 36 of file darwin-nat.h.
Referenced by darwin_restore_exception_ports(), darwin_save_exception_ports(), disp_exception(), and info_mach_exceptions_command().
mach_msg_type_number_t darwin_exception_info::count |
Definition at line 42 of file darwin-nat.h.
Referenced by darwin_mourn_inferior(), darwin_restore_exception_ports(), darwin_save_exception_ports(), disp_exception(), info_mach_exceptions_command(), and info_mach_ports_command().
thread_state_flavor_t darwin_exception_info::flavors[EXC_TYPES_COUNT] |
Definition at line 39 of file darwin-nat.h.
Referenced by darwin_restore_exception_ports(), darwin_save_exception_ports(), and info_mach_exceptions_command().
exception_mask_t darwin_exception_info::masks[EXC_TYPES_COUNT] |
Definition at line 30 of file darwin-nat.h.
Referenced by darwin_restore_exception_ports(), darwin_save_exception_ports(), disp_exception(), and info_mach_exceptions_command().
mach_port_t darwin_exception_info::ports[EXC_TYPES_COUNT] |
Definition at line 33 of file darwin-nat.h.
Referenced by darwin_mourn_inferior(), darwin_restore_exception_ports(), darwin_save_exception_ports(), disp_exception(), info_mach_exceptions_command(), and info_mach_ports_command().