Planeshift
MachIPC.h File Reference
#import <mach/mach.h>
#import <mach/message.h>
#import <servers/bootstrap.h>
#import <sys/types.h>
#import <CoreServices/CoreServices.h>

Go to the source code of this file.

Classes

class  google_breakpad::MachMessage
 
class  google_breakpad::MachMsgPortDescriptor
 
class  google_breakpad::MachPortSender
 
class  google_breakpad::MachReceiveMessage
 
class  google_breakpad::MachSendMessage
 
struct  google_breakpad::MachMessage::MessageDataPacket
 
class  google_breakpad::ReceivePort
 

Namespaces

 google_breakpad
 

Macros

#define PRINT_MACH_RESULT(result_, message_)   printf(message_" %s (%d)\n", mach_error_string(result_), result_ );
 

Macro Definition Documentation

#define PRINT_MACH_RESULT (   result_,
  message_ 
)    printf(message_" %s (%d)\n", mach_error_string(result_), result_ );

Definition at line 98 of file MachIPC.h.