Home
last modified time | relevance | path

Searched refs:MDRawContextSPARC (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h63 const MDRawContextSPARC* GetContextSPARC() const;
86 void SetContextSPARC(MDRawContextSPARC* ctx_sparc);
104 MDRawContextSPARC* ctx_sparc;
Dstack_frame_cpu.h213 MDRawContextSPARC context;
/external/google-breakpad/src/processor/
Dstackwalker_sparc.h57 const MDRawContextSPARC* context,
71 const MDRawContextSPARC* context_;
Dstackwalker_selftest.cc337 MDRawContextSPARC context = MDRawContextSPARC(); in CountCallerFrames()
Dstackwalker_sparc.cc47 const MDRawContextSPARC* context, in StackwalkerSPARC()
Ddump_context.cc106 const MDRawContextSPARC* DumpContext::GetContextSPARC() const { in GetContextSPARC()
251 void DumpContext::SetContextSPARC(MDRawContextSPARC* ctx_sparc) { in SetContextSPARC()
520 const MDRawContextSPARC* context_sparc = GetContextSPARC(); in Print()
Dminidump.cc89 if (context_size == sizeof(MDRawContextSPARC)) in IsContextSizeUnique()
932 if (expected_size != sizeof(MDRawContextSPARC)) { in Read()
934 expected_size << " != " << sizeof(MDRawContextSPARC); in Read()
938 scoped_ptr<MDRawContextSPARC> context_sparc(new MDRawContextSPARC()); in Read()
949 sizeof(MDRawContextSPARC) - flags_size)) { in Read()
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc154 bool WriteContext(MDRawContextSPARC *context, ucontext_t *sig_ctx) { in WriteContext()
178 bool WriteContext(MDRawContextSPARC *context, prgregset_t regs, in WriteContext()
247 TypedMDRVA<MDRawContextSPARC> context(minidump_writer); in WriteCrashedLwpStream()
251 memset(context.get(), 0, sizeof(MDRawContextSPARC)); in WriteCrashedLwpStream()
286 TypedMDRVA<MDRawContextSPARC> context(minidump_writer); in WriteLwpStream()
292 memset(context.get(), 0, sizeof(MDRawContextSPARC)); in WriteLwpStream()
602 TypedMDRVA<MDRawContextSPARC> context(minidump_writer); in WriteExceptionStream()
606 memset(context.get(), 0, sizeof(MDRawContextSPARC)); in WriteExceptionStream()
/external/google-breakpad/src/google_breakpad/common/
Dminidump_cpu_sparc.h139 } MDRawContextSPARC; /* CONTEXT_SPARC */ typedef