Lines Matching refs:DumpContext
52 DumpContext::DumpContext() : context_(), in DumpContext() function in google_breakpad::DumpContext
55 DumpContext::~DumpContext() { in ~DumpContext()
59 uint32_t DumpContext::GetContextCPU() const { in GetContextCPU()
69 uint32_t DumpContext::GetContextFlags() const { in GetContextFlags()
73 const MDRawContextX86* DumpContext::GetContextX86() const { in GetContextX86()
82 const MDRawContextPPC* DumpContext::GetContextPPC() const { in GetContextPPC()
91 const MDRawContextPPC64* DumpContext::GetContextPPC64() const { in GetContextPPC64()
100 const MDRawContextAMD64* DumpContext::GetContextAMD64() const { in GetContextAMD64()
109 const MDRawContextSPARC* DumpContext::GetContextSPARC() const { in GetContextSPARC()
118 const MDRawContextARM* DumpContext::GetContextARM() const { in GetContextARM()
127 const MDRawContextARM64* DumpContext::GetContextARM64() const { in GetContextARM64()
136 const MDRawContextMIPS* DumpContext::GetContextMIPS() const { in GetContextMIPS()
145 bool DumpContext::GetInstructionPointer(uint64_t* ip) const { in GetInstructionPointer()
188 void DumpContext::SetContextFlags(uint32_t context_flags) { in SetContextFlags()
192 void DumpContext::SetContextX86(MDRawContextX86* x86) { in SetContextX86()
196 void DumpContext::SetContextPPC(MDRawContextPPC* ppc) { in SetContextPPC()
200 void DumpContext::SetContextPPC64(MDRawContextPPC64* ppc64) { in SetContextPPC64()
204 void DumpContext::SetContextAMD64(MDRawContextAMD64* amd64) { in SetContextAMD64()
208 void DumpContext::SetContextSPARC(MDRawContextSPARC* ctx_sparc) { in SetContextSPARC()
212 void DumpContext::SetContextARM(MDRawContextARM* arm) { in SetContextARM()
216 void DumpContext::SetContextARM64(MDRawContextARM64* arm64) { in SetContextARM64()
220 void DumpContext::SetContextMIPS(MDRawContextMIPS* ctx_mips) { in SetContextMIPS()
224 void DumpContext::FreeContext() { in FreeContext()
269 void DumpContext::Print() { in Print()