Searched defs:exception_flags (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/processor/
H A Dsynth_minidump.cc301 uint32_t exception_flags,
307 D32(exception_flags);
297 Exception(const Dump &dump, const Context &context, uint32_t thread_id, uint32_t exception_code, uint32_t exception_flags, uint64_t exception_address) argument
H A Dminidump_processor.cc671 uint32_t exception_flags = raw_exception->exception_record.exception_flags; local
673 exception_code, exception_flags);
684 snprintf(flags_string, sizeof(flags_string), "0x%08x", exception_flags);
688 switch (exception_flags) {
710 switch (exception_flags) {
724 switch (exception_flags) {
751 switch (exception_flags) {
763 switch (exception_flags) {
790 switch (exception_flags) {
[all...]
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h519 uint32_t exception_flags; /* Windows: 1 if noncontinuable, member in struct:__anon5192

Completed in 105 milliseconds