HomeSort by relevance Sort by last modified time
    Searched full:dump_exception_info (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 318 MINIDUMP_EXCEPTION_INFORMATION dump_exception_info; local
323 dump_exception_pointers = &dump_exception_info;
324 dump_exception_info.ThreadId = thread_id_;
325 dump_exception_info.ExceptionPointers = exception_pointers_;
326 dump_exception_info.ClientPointers = is_client_pointers_;
433 exception_pointers_ ? &dump_exception_info : NULL,
450 exception_pointers_ ? &dump_exception_info : NULL,

Completed in 578 milliseconds