Home
last modified time | relevance | path

Searched refs:exception_subcode_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h120 exception_subcode_ = subcode; in SetExceptionInformation()
219 int exception_subcode_; variable
H A Dminidump_generator.cc81 exception_subcode_(0), in MinidumpGenerator()
99 exception_subcode_(0), in MinidumpGenerator()
1168 exception_ptr->exception_record.exception_address = exception_subcode_; in WriteExceptionStream()
/aosp_15_r20/external/google-breakpad/src/client/mac/crash_generation/
H A DInspector.mm203 exception_subcode_ = info.exception_subcode;
217 printf("exception_subcode = %d\n", exception_subcode_);
327 exception_subcode_,
H A DInspector.h149 int exception_subcode_; variable