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

1 2 3

  /external/skia/tools/
win_dbghelp.h 31 int GenerateDumpAndPrintCallstack(EXCEPTION_POINTERS* pExceptionPointers);
  /external/skqp/tools/
win_dbghelp.h 31 int GenerateDumpAndPrintCallstack(EXCEPTION_POINTERS* pExceptionPointers);
  /external/google-breakpad/src/client/windows/common/
ipc_protocol.h 109 exception_pointers(NULL),
122 EXCEPTION_POINTERS** arg_exception_pointers,
132 exception_pointers(arg_exception_pointers),
154 EXCEPTION_POINTERS** exception_pointers; member in struct:google_breakpad::ProtocolMessage
  /external/google-breakpad/src/client/windows/crash_generation/
client_info.h 53 EXCEPTION_POINTERS** ex_info,
62 EXCEPTION_POINTERS** ex_info() const { return ex_info_; }
91 bool GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const;
114 // Address of an EXCEPTION_POINTERS* variable in the client
116 // EXCEPTION_POINTERS containing information about crash.
120 EXCEPTION_POINTERS** ex_info_;
minidump_generator.cc 59 EXCEPTION_POINTERS* exception_pointers);
70 EXCEPTION_POINTERS* exception_pointers,
117 EXCEPTION_POINTERS* exception_pointers) {
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
204 EXCEPTION_POINTERS* exception_pointers,
206 EXCEPTION_POINTERS pointers
    [all...]
minidump_generator.h 49 // is_client_pointers specifies whether the exception_pointers and
61 EXCEPTION_POINTERS* exception_pointers,
156 EXCEPTION_POINTERS* exception_pointers_;
crash_generation_client.h 84 bool RequestDump(EXCEPTION_POINTERS* ex_info,
93 bool RequestDump(EXCEPTION_POINTERS* ex_info);
170 EXCEPTION_POINTERS* exception_pointers_;
crash_generation_client.cc 157 // * Address of a EXCEPTION_POINTERS* variable in the client
158 // address space that will point to an instance of EXCEPTION_POINTERS
322 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info,
340 bool CrashGenerationClient::RequestDump(EXCEPTION_POINTERS* ex_info) {
client_info.cc 42 EXCEPTION_POINTERS** ex_info,
136 bool ClientInfo::GetClientExceptionInfo(EXCEPTION_POINTERS** ex_info) const {
  /external/llvm/test/CodeGen/X86/
seh-except-finally.ll 100 define internal i32 @"\01?filt$0@0@use_both@@"(i8* %exception_pointers, i8* %frame_pointer) #2 {
103 %exception_pointers.addr = alloca i8*, align 8
106 store i8* %exception_pointers, i8** %exception_pointers.addr, align 8
107 %0 = load i8*, i8** %exception_pointers.addr
seh-safe-div-win32.ll 99 ; int filter(EXCEPTION_POINTERS *eh_ptrs, void *rbp);
101 ; The definition of EXCEPTION_POINTERS is:
105 ; } EXCEPTION_POINTERS;
seh-safe-div.ll 106 ; int filter(EXCEPTION_POINTERS *eh_ptrs, void *rbp);
108 ; The definition of EXCEPTION_POINTERS is:
112 ; } EXCEPTION_POINTERS;
  /external/google-breakpad/src/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/protobuf/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/v8/testing/gtest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_break_on_failure_unittest_.cc 59 struct _EXCEPTION_POINTERS* exception_pointers) {
60 exit(exception_pointers->ExceptionRecord->ExceptionCode);
  /external/v8/src/base/debug/
stack_trace_win.cc 37 long WINAPI StackDumpExceptionFilter(EXCEPTION_POINTERS* info) { // NOLINT
184 StackTrace::StackTrace(EXCEPTION_POINTERS* exception_pointers) {
185 InitTrace(exception_pointers->ContextRecord);
stack_trace.h 55 explicit StackTrace(_EXCEPTION_POINTERS* exception_pointers);
  /external/clang/test/CodeGenCXX/
exceptions-seh-filter-captures.cpp 23 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@test_freefunc@@"(i8* %exception_pointers, i8* %frame_pointer)
53 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@test_method@S@@"(i8* %exception_pointers, i8* %frame_pointer)
78 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@?R<lambda_0>@?0??test_lambda@@YAXXZ@"(i8* %exception_pointers, i8* %frame_pointer)
  /external/compiler-rt/lib/asan/
asan_win.cc 222 ShadowExceptionHandler(PEXCEPTION_POINTERS exception_pointers) {
226 if (exception_pointers->ExceptionRecord->ExceptionCode !=
233 (uptr)(exception_pointers->ExceptionRecord->ExceptionInformation[1]);
270 static long WINAPI SEHHandler(EXCEPTION_POINTERS *info) {
  /external/google-breakpad/src/processor/testdata/
test_app.cc 42 void *context, EXCEPTION_POINTERS *exinfo,
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 111 typedef bool (*FilterCallback)(void* context, EXCEPTION_POINTERS* exinfo,
141 EXCEPTION_POINTERS* exinfo,
236 bool WriteMinidumpForException(EXCEPTION_POINTERS* exinfo);
317 static LONG WINAPI HandleException(EXCEPTION_POINTERS* exinfo);
345 bool WriteMinidumpOnHandlerThread(EXCEPTION_POINTERS* exinfo,
355 EXCEPTION_POINTERS* exinfo,
374 EXCEPTION_POINTERS* exinfo,
469 EXCEPTION_POINTERS* exception_info_;

Completed in 598 milliseconds

1 2 3