Searched refs:exception_type_ (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h102 exception_type_ = type;
201 int exception_type_; member in class:google_breakpad::MinidumpGenerator
H A Dminidump_generator.cc74 exception_type_(0),
92 exception_type_(0),
232 if (!exception_thread_ && !exception_type_)
1018 if (exception_thread_ && exception_type_) {
1129 exception_ptr->exception_record.exception_code = exception_type_;
1142 if (exception_type_ == EXC_BAD_ACCESS)
1570 if (exception_thread_ && exception_type_) {
/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.h148 int exception_type_; member in class:google_breakpad::Inspector

Completed in 2107 milliseconds