HomeSort by relevance Sort by last modified time
    Searched refs:MDRawContextX86 (Results 1 - 19 of 19) sorted by null

  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 64 const MDRawContextX86* GetContextX86() const;
78 void SetContextX86(MDRawContextX86* x86);
94 MDRawContextX86* x86;
stack_frame_cpu.h 87 MDRawContextX86 context;
  /external/google-breakpad/src/processor/
stackwalker_x86.h 63 const MDRawContextX86* context,
70 typedef SimpleCFIWalker<uint32_t, MDRawContextX86> CFIWalker;
104 const MDRawContextX86* context_;
stackwalker_x86.cc 68 StackFrameX86::CONTEXT_VALID_EIP, &MDRawContextX86::eip },
70 StackFrameX86::CONTEXT_VALID_ESP, &MDRawContextX86::esp },
72 StackFrameX86::CONTEXT_VALID_EBP, &MDRawContextX86::ebp },
74 StackFrameX86::CONTEXT_VALID_EAX, &MDRawContextX86::eax },
76 StackFrameX86::CONTEXT_VALID_EBX, &MDRawContextX86::ebx },
78 StackFrameX86::CONTEXT_VALID_ECX, &MDRawContextX86::ecx },
80 StackFrameX86::CONTEXT_VALID_EDX, &MDRawContextX86::edx },
82 StackFrameX86::CONTEXT_VALID_ESI, &MDRawContextX86::esi },
84 StackFrameX86::CONTEXT_VALID_EDI, &MDRawContextX86::edi },
88 const MDRawContextX86* context
    [all...]
minidump_unittest.cc 215 MDRawContextX86 raw_context;
282 const MDRawContextX86 *md_raw_context = md_context->GetContextX86();
306 MDRawContextX86 raw_context;
487 MDRawContextX86 raw_context0;
499 MDRawContextX86 raw_context1;
511 MDRawContextX86 raw_context2;
523 MDRawContextX86 raw_context3;
535 MDRawContextX86 raw_context4;
690 MDRawContextX86 raw_context;
741 const MDRawContextX86 *md_raw_context = md_context->GetContextX86()
    [all...]
stackwalker_selftest.cc 322 MDRawContextX86 context = MDRawContextX86();
dump_context.cc 73 const MDRawContextX86* DumpContext::GetContextX86() const {
192 void DumpContext::SetContextX86(MDRawContextX86* x86) {
277 const MDRawContextX86* context_x86 = GetContextX86();
278 printf("MDRawContextX86\n");
synth_minidump.h 54 // MDRawContextX86 x86_context1;
229 Context(const Dump &dump, const MDRawContextX86 &context);
synth_minidump.cc 129 Context::Context(const Dump &dump, const MDRawContextX86 &context)
176 assert(Size() == sizeof(MDRawContextX86));
synth_minidump_unittest.cc 149 MDRawContextX86 raw;
157 MDRawContextX86 raw;
minidump_processor_unittest.cc 308 // A test minidump context, just returns the MDRawContextX86
312 explicit TestMinidumpContext(const MDRawContextX86& context) :
315 SetContextX86(new MDRawContextX86(context));
521 MDRawContextX86 no_memory_thread_raw_context;
minidump.cc 82 if (context_size == sizeof(MDRawContextX86))
765 if (expected_size != sizeof(MDRawContextX86)) {
767 expected_size << " != " << sizeof(MDRawContextX86);
771 scoped_ptr<MDRawContextX86> context_x86(new MDRawContextX86());
782 sizeof(MDRawContextX86) - flags_size)) {
    [all...]
stackwalker_x86_unittest.cc 133 void BrandContext(MDRawContextX86 *raw_context) {
140 MDRawContextX86 raw_context;
    [all...]
synth_minidump_unittest_data.h 11 static const MDRawContextX86 x86_raw_context = {
  /external/google-breakpad/src/client/linux/dump_writer_common/
raw_context_cpu.h 38 typedef MDRawContextX86 RawContextCPU;
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_x86.h 141 } MDRawContextX86; /* CONTEXT */
143 /* For (MDRawContextX86).context_flags. These values indicate the type of
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 198 bool WriteContext(MDRawContextX86 *context, prgregset_t regs,
261 TypedMDRVA<MDRawContextX86> context(minidump_writer);
265 memset(context.get(), 0, sizeof(MDRawContextX86));
301 TypedMDRVA<MDRawContextX86> context(minidump_writer);
307 memset(context.get(), 0, sizeof(MDRawContextX86));
617 TypedMDRVA<MDRawContextX86> context(minidump_writer);
621 memset(context.get(), 0, sizeof(MDRawContextX86));
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 788 TypedMDRVA<MDRawContextX86> context(&writer_);
796 MDRawContextX86 *context_ptr = context.get();
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 254 const MDRawContextX86* rawregs = range.GetData<MDRawContextX86>(0);
    [all...]

Completed in 661 milliseconds