GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
darwin_exception_msg Struct Reference

#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]
 

Detailed Description

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

Member Data Documentation

◆ data_count

mach_msg_type_number_t darwin_exception_msg::data_count

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

◆ ex_data

integer_t darwin_exception_msg::ex_data[2]

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

◆ ex_type

exception_type_t darwin_exception_msg::ex_type

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

◆ header

mach_msg_header_t darwin_exception_msg::header

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

◆ task_port

mach_port_t darwin_exception_msg::task_port

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

◆ thread_port

mach_port_t darwin_exception_msg::thread_port

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


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