Home
last modified time | relevance | path

Searched refs:DumpContext (Results 1 – 12 of 12) sorted by relevance

/external/google-breakpad/src/processor/
Ddump_context.cc49 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()
[all …]
Dmicrodump.cc125 DumpContext::SetContextFlags(MD_CONTEXT_ARM); in SetContextARM()
126 DumpContext::SetContextARM(arm); in SetContextARM()
131 DumpContext::SetContextFlags(MD_CONTEXT_ARM64); in SetContextARM64()
132 DumpContext::SetContextARM64(arm64); in SetContextARM64()
137 DumpContext::SetContextFlags(MD_CONTEXT_X86); in SetContextX86()
138 DumpContext::SetContextX86(x86); in SetContextX86()
143 DumpContext::SetContextFlags(MD_CONTEXT_MIPS); in SetContextMIPS()
144 DumpContext::SetContextMIPS(mips32); in SetContextMIPS()
149 DumpContext::SetContextFlags(MD_CONTEXT_MIPS64); in SetContextMIPS64()
150 DumpContext::SetContextMIPS(mips64); in SetContextMIPS64()
Dexploitability_linux.h110 const DumpContext &context,
Dstackwalker.cc199 DumpContext* context, in StackwalkerForCPU()
Dexploitability_linux.cc279 const DumpContext &context, in CalculateAddress()
Dminidump.cc441 : DumpContext(), in MinidumpContext()
/external/google-breakpad/src/google_breakpad/processor/
Ddump_context.h42 class DumpContext : public DumpObject {
44 virtual ~DumpContext();
78 DumpContext();
Dmicrodump.h68 class MicrodumpContext : public DumpContext {
117 DumpContext* GetContext() { return context_.get(); } in GetContext()
Dstackwalker.h57 class DumpContext; variable
89 DumpContext* context,
Dminidump.h169 class MinidumpContext : public DumpContext {
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym32179 FUNC 48f18 20 0 google_breakpad::DumpContext::DumpContext
32183 FUNC 48f38 10 0 google_breakpad::DumpContext::GetContextCPU
32188 FUNC 48f48 4 0 google_breakpad::DumpContext::GetContextFlags
32190 FUNC 48f4c 4 0 google_breakpad::DumpContext::SetContextFlags
32192 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextAMD64
32193 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextARM
32194 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextARM64
32195 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextMIPS
32196 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextPPC
32197 FUNC 48f50 4 0 google_breakpad::DumpContext::SetContextPPC64
[all …]
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym33832 FUNC 6d7ec 38 0 google_breakpad::DumpContext::DumpContext
33836 FUNC 6d824 1c 0 google_breakpad::DumpContext::GetContextCPU
33843 FUNC 6d840 8 0 google_breakpad::DumpContext::GetContextFlags
33845 FUNC 6d848 8 0 google_breakpad::DumpContext::SetContextFlags
33848 FUNC 6d850 8 0 google_breakpad::DumpContext::SetContextX86
33851 FUNC 6d858 8 0 google_breakpad::DumpContext::SetContextPPC
33854 FUNC 6d860 8 0 google_breakpad::DumpContext::SetContextPPC64
33857 FUNC 6d868 8 0 google_breakpad::DumpContext::SetContextAMD64
33860 FUNC 6d870 8 0 google_breakpad::DumpContext::SetContextSPARC
33863 FUNC 6d878 8 0 google_breakpad::DumpContext::SetContextARM
[all …]