GDB (xrefs)
Loading...
Searching...
No Matches
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 = 0
 

Detailed Description

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

Member Data Documentation

◆ behaviors

exception_behavior_t darwin_exception_info::behaviors[EXC_TYPES_COUNT] {}

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

◆ count

mach_msg_type_number_t darwin_exception_info::count = 0

◆ flavors

thread_state_flavor_t darwin_exception_info::flavors[EXC_TYPES_COUNT] {}

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

◆ masks

exception_mask_t darwin_exception_info::masks[EXC_TYPES_COUNT] {}

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

◆ ports

mach_port_t darwin_exception_info::ports[EXC_TYPES_COUNT] {}

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


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