Searched defs:exception_type (Results 1 - 5 of 5) 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_server.h52 int32_t exception_type; member in struct:google_breakpad::ExceptionInfo
H A DInspector.h55 int exception_type; member in struct:InspectorInfo
/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
/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...]

Completed in 123 milliseconds