Searched refs:UContextReader (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | ucontext_reader.cc | 43 uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) { in GetStackPointer() 47 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { in GetInstructionPointer() 51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext_t *uc, in FillCPUContext() 91 uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) { 95 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { 99 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext_t *uc, 148 uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) { 152 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { 156 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext_t *uc) { 187 uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) { [all …]
|
D | ucontext_reader.h | 44 struct UContextReader { struct
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 61 using google_breakpad::UContextReader; 246 stack_pointer_ = UContextReader::GetStackPointer(ucontext_); in CaptureCrashingThreadStack() 271 uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CaptureCrashingThreadStack() 413 UContextReader::FillCPUContext(&cpu, ucontext_, float_state_); in DumpCPUState() 415 UContextReader::FillCPUContext(&cpu, ucontext_); in DumpCPUState()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 102 using google_breakpad::UContextReader; 196 const uintptr_t stack_pointer = UContextReader::GetStackPointer(ucontext_); in CrashingThreadReferencesPrincipalMapping() 197 const uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CrashingThreadReferencesPrincipalMapping() 418 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in WriteThreadListStream() 420 UContextReader::GetInstructionPointer(ucontext_), in WriteThreadListStream() 426 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); in WriteThreadListStream() 472 UContextReader::FillCPUContext(cpu.get(), ucontext_, float_state_); in WriteThreadListStream() 474 UContextReader::FillCPUContext(cpu.get(), ucontext_); in WriteThreadListStream()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 32067 FUNC 48ce8 4 0 google_breakpad::UContextReader::GetStackPointer 32069 FUNC 48cec 4 0 google_breakpad::UContextReader::GetInstructionPointer 32071 FUNC 48cf0 94 0 google_breakpad::UContextReader::FillCPUContext
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33723 FUNC 6d45c 8 0 google_breakpad::UContextReader::GetStackPointer 33725 FUNC 6d464 8 0 google_breakpad::UContextReader::GetInstructionPointer 33727 FUNC 6d46c 64 0 google_breakpad::UContextReader::FillCPUContext
|