Lines Matching refs:DumpContext
49 DumpContext::DumpContext() : context_(), in DumpContext() function in google_breakpad::DumpContext
52 DumpContext::~DumpContext() { in ~DumpContext()
56 uint32_t DumpContext::GetContextCPU() const { in GetContextCPU()
66 uint32_t DumpContext::GetContextFlags() const { in GetContextFlags()
70 const MDRawContextX86* DumpContext::GetContextX86() const { in GetContextX86()
79 const MDRawContextPPC* DumpContext::GetContextPPC() const { in GetContextPPC()
88 const MDRawContextPPC64* DumpContext::GetContextPPC64() const { in GetContextPPC64()
97 const MDRawContextAMD64* DumpContext::GetContextAMD64() const { in GetContextAMD64()
106 const MDRawContextSPARC* DumpContext::GetContextSPARC() const { in GetContextSPARC()
115 const MDRawContextARM* DumpContext::GetContextARM() const { in GetContextARM()
124 const MDRawContextARM64* DumpContext::GetContextARM64() const { in GetContextARM64()
133 const MDRawContextMIPS* DumpContext::GetContextMIPS() const { in GetContextMIPS()
143 bool DumpContext::GetInstructionPointer(uint64_t* ip) const { in GetInstructionPointer()
187 bool DumpContext::GetStackPointer(uint64_t* sp) const { in GetStackPointer()
231 void DumpContext::SetContextFlags(uint32_t context_flags) { in SetContextFlags()
235 void DumpContext::SetContextX86(MDRawContextX86* x86) { in SetContextX86()
239 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { in SetContextPPC()
243 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { in SetContextPPC64()
247 void DumpContext::SetContextAMD64(MDRawContextAMD64* amd64) { in SetContextAMD64()
251 void DumpContext::SetContextSPARC(MDRawContextSPARC* ctx_sparc) { in SetContextSPARC()
255 void DumpContext::SetContextARM(MDRawContextARM* arm) { in SetContextARM()
259 void DumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
263 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS()
267 void DumpContext::FreeContext() { in FreeContext()
313 void DumpContext::Print() { in Print()