HomeSort by relevance Sort by last modified time
    Searched defs:exception_code (Results 1 - 8 of 8) sorted by null

  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 53 int32_t exception_code; member in struct:google_breakpad::ExceptionInfo
Inspector.h 56 int exception_code; member in struct:InspectorInfo
  /external/google-breakpad/src/processor/
exploitability_win.cc 102 uint32_t exception_code = raw_exception->exception_record.exception_code; local
128 switch (exception_code) {
minidump_processor.cc 670 uint32_t exception_code = raw_exception->exception_record.exception_code; local
673 exception_code, exception_flags);
685 switch (exception_code) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
excpt.h 48 #define exception_code _exception_code macro
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 71 DWORD* exception_code);
118 DWORD exception_code; local
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
126 if (exception_code != STATUS_INVALID_HANDLE) {
205 DWORD* exception_code) {
217 exception_code,
218 sizeof(*exception_code),
  /external/google-breakpad/src/client/mac/handler/
exception_handler.cc 351 int exception_code,
362 exception_code,
370 if (exception_type && exception_code) {
377 exception_code,
395 if (exception_type && exception_code) {
401 md.SetExceptionInformation(exception_type, exception_code,
521 int exception_code = 0; local
526 exception_code = EXC_I386_BPT;
528 exception_code = EXC_PPC_BREAKPOINT;
530 exception_code = EXC_ARM_BREAKPOINT
    [all...]
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 516 uint32_t exception_code; /* Windows: MDExceptionCodeWin, member in struct:__anon12303
    [all...]

Completed in 280 milliseconds