Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 17 of 17) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc38 int exception_type, in RequestDumpForException() argument
53 info.exception_type = exception_type; in RequestDumpForException()
Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) { in WaitForOneMessage()
126 generator.SetExceptionInformation(info.exception_type, in WaitForOneMessage()
Dcrash_generation_client.h46 bool RequestDumpForException(int exception_type,
Dcrash_generation_server.h52 int32_t exception_type; member
DInspector.h55 int exception_type; member
DInspector.mm202 exception_type_ = info.exception_type;
216 printf("exception_type = %d\n", exception_type_);
/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc350 int exception_type, in WriteMinidumpWithException() argument
361 exception_type, in WriteMinidumpWithException()
366 _exit(exception_type); in WriteMinidumpWithException()
370 if (exception_type && exception_code) { in WriteMinidumpWithException()
376 exception_type, in WriteMinidumpWithException()
381 _exit(exception_type); in WriteMinidumpWithException()
395 if (exception_type && exception_code) { in WriteMinidumpWithException()
401 md.SetExceptionInformation(exception_type, exception_code, in WriteMinidumpWithException()
416 _exit(exception_type); in WriteMinidumpWithException()
520 int exception_type = 0; in WaitForMessage() local
[all …]
Dexception_handler.h96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.h65 typedef bool (*BreakpadFilterCallback)(int exception_type,
DBreakpad.mm184 int exception_type,
189 bool HandleException(int exception_type,
265 int exception_type,
276 return breakpad->HandleException( exception_type,
679 bool Breakpad::HandleException(int exception_type,
684 bool should_handle = filter_callback_(exception_type,
713 info.exception_type = exception_type;
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
Dcollector.py364 exception_type=etype,
424 exception_type = None variable in CollectedException
Dreporter.py95 subject = '%s: %s' % (exc_data.exception_type,
Derrormiddleware.py388 % (exc_data.exception_type, exc_data.exception_value))
Dformatter.py79 etype = exc_data.exception_type
/external/google-breakpad/src/client/ios/
DBreakpad.h60 typedef bool (*BreakpadFilterCallback)(int exception_type,
/external/google-breakpad/src/client/mac/tests/
DBreakpadFramework_Test.mm64 bool myBreakpadCallback(int exception_type,
69 bool myBreakpadCallback(int exception_type,
75 [testCaseClass setLastExceptionType:exception_type
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dnews.txt661 ``exc_data.exception_type`` that is a class, not a string. This