Home
last modified time | relevance | path

Searched refs:UContextReader (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc43 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) { in GetStackPointer()
47 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) { in GetInstructionPointer()
51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, in FillCPUContext()
91 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
95 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
99 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc,
148 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
152 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
156 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc) {
187 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
[all …]
Ducontext_reader.h43 struct UContextReader { struct
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc55 using google_breakpad::UContextReader;
252 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in DumpCrashingThread()
259 UContextReader::FillCPUContext(&cpu, ucontext_, float_state_); in DumpCrashingThread()
261 UContextReader::FillCPUContext(&cpu, ucontext_); in DumpCrashingThread()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc101 using google_breakpad::UContextReader;
330 const uintptr_t stack_ptr = UContextReader::GetStackPointer(ucontext_); in WriteThreadListStream()
336 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); in WriteThreadListStream()
382 UContextReader::FillCPUContext(cpu.get(), ucontext_, float_state_); in WriteThreadListStream()
384 UContextReader::FillCPUContext(cpu.get(), ucontext_); in WriteThreadListStream()
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym32067 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/
Dbreakpad_unittests.sym33723 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