30 #ifndef GOOGLE_BREAKPAD_CLIENT_MAC_CRASH_GENERATION_CRASH_GENERATION_CLIENT_H_    31 #define GOOGLE_BREAKPAD_CLIENT_MAC_CRASH_GENERATION_CRASH_GENERATION_CLIENT_H_    37 class CrashGenerationClient {
    40     : sender_(mach_port_name) {
    48                                int exception_subcode,
    49                                mach_port_t crashing_thread);
    65 #endif  // GOOGLE_BREAKPAD_CLIENT_MAC_CRASH_GENERATION_CRASH_GENERATION_CLIENT_H_ 
bool RequestDumpForException(int exception_type, int exception_code, int exception_subcode, mach_port_t crashing_thread)
 
CrashGenerationClient(const char *mach_port_name)