GDB (API)
Public Attributes
darwin_exception_info Struct Reference

#include "darwin-nat.h"

List of all members.

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 27 of file darwin-nat.h.


Member Data Documentation

exception_behavior_t darwin_exception_info::behaviors[EXC_TYPES_COUNT]

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

mach_msg_type_number_t darwin_exception_info::count

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

thread_state_flavor_t darwin_exception_info::flavors[EXC_TYPES_COUNT]

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

exception_mask_t darwin_exception_info::masks[EXC_TYPES_COUNT]

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

mach_port_t darwin_exception_info::ports[EXC_TYPES_COUNT]

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines