HomeSort by relevance Sort by last modified time
    Searched full:exception_type_ (Results 1 - 4 of 4) sorted by null

  /external/google-breakpad/src/client/mac/handler/
minidump_generator.h 102 exception_type_ = type;
201 int exception_type_; member in class:google_breakpad::MinidumpGenerator
minidump_generator.cc 74 exception_type_(0),
92 exception_type_(0),
232 if (!exception_thread_ && !exception_type_)
1018 if (exception_thread_ && exception_type_) {
    [all...]
  /external/google-breakpad/src/client/mac/crash_generation/
Inspector.mm 202 exception_type_ = info.exception_type;
216 printf("exception_type = %d\n", exception_type_);
325 if (exception_type_ && exception_code_) {
326 generator.SetExceptionInformation(exception_type_,
Inspector.h 148 int exception_type_; member in class:google_breakpad::Inspector

Completed in 70 milliseconds