Searched refs:exception_type (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/client/mac/crash_generation/
H A Dcrash_generation_client.cc38 int exception_type,
53 info.exception_type = exception_type;
37 RequestDumpForException( int exception_type, int exception_code, int exception_subcode, mach_port_t crashing_thread) argument
H A Dcrash_generation_client.h46 bool RequestDumpForException(int exception_type,
H A Dcrash_generation_server.cc125 if (info.exception_type && info.exception_code) {
126 generator.SetExceptionInformation(info.exception_type,
H A Dcrash_generation_server.h52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
H A DInspector.h55 int exception_type; member in struct:InspectorInfo
/external/google-breakpad/src/client/mac/Framework/
H A DBreakpad.h65 typedef bool (*BreakpadFilterCallback)(int exception_type,
/external/google-breakpad/src/client/mac/handler/
H A Dexception_handler.cc350 int exception_type,
361 exception_type,
366 _exit(exception_type);
370 if (exception_type && exception_code) {
376 exception_type,
381 _exit(exception_type);
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
416 _exit(exception_type);
520 int exception_type local
349 WriteMinidumpWithException( int exception_type, int exception_code, int exception_subcode, breakpad_ucontext_t* task_context, mach_port_t thread_name, bool exit_after_write, bool report_current_thread) argument
[all...]
H A Dexception_handler.h96 int exception_type,
189 bool WriteMinidumpWithException(int exception_type,
/external/google-breakpad/src/client/ios/
H A DBreakpad.h60 typedef bool (*BreakpadFilterCallback)(int exception_type,
/external/chromium-trace/trace-viewer/third_party/Paste/paste/exceptions/
H A Dcollector.py103 ``exception_type``:
112 plus exception_type. This should be shown to users so they
364 exception_type=etype,
424 exception_type = None variable in class:CollectedException
H A Dreporter.py95 subject = '%s: %s' % (exc_data.exception_type,
H A Derrormiddleware.py388 % (exc_data.exception_type, exc_data.exception_value))
H A Dformatter.py79 etype = exc_data.exception_type

Completed in 134 milliseconds