GDB (xrefs)
Public Attributes | List of all members
darwin_exception_info Struct Reference

#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
 

Detailed Description

Definition at line 26 of file darwin-nat.h.

Member Data Documentation

exception_behavior_t darwin_exception_info::behaviors[EXC_TYPES_COUNT]
mach_msg_type_number_t darwin_exception_info::count
thread_state_flavor_t darwin_exception_info::flavors[EXC_TYPES_COUNT]
exception_mask_t darwin_exception_info::masks[EXC_TYPES_COUNT]
mach_port_t darwin_exception_info::ports[EXC_TYPES_COUNT]

The documentation for this struct was generated from the following file: