/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 62 uintptr_t ThreadInfo::GetInstructionPointer() const { in GetInstructionPointer() function in google_breakpad::ThreadInfo 125 uintptr_t ThreadInfo::GetInstructionPointer() const { 190 uintptr_t ThreadInfo::GetInstructionPointer() const { 212 uintptr_t ThreadInfo::GetInstructionPointer() const { 233 uintptr_t ThreadInfo::GetInstructionPointer() const {
|
D | ucontext_reader.cc | 47 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { in GetInstructionPointer() function in google_breakpad::UContextReader 95 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { 152 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { 191 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) { 217 uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
|
D | ucontext_reader.h | 47 static uintptr_t GetInstructionPointer(const ucontext_t* uc);
|
D | thread_info.h | 77 uintptr_t GetInstructionPointer() const;
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | dump_context.h | 68 bool GetInstructionPointer(uint64_t* ip) const;
|
/external/google-breakpad/src/client/mac/tests/ |
D | exception_handler_test.cc | 157 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in InProcessCrash() 385 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F() 484 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F() 583 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 376 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F() 476 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F() 564 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 197 const uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CrashingThreadReferencesPrincipalMapping() 420 UContextReader::GetInstructionPointer(ucontext_), in WriteThreadListStream() 426 uint64_t ip = UContextReader::GetInstructionPointer(ucontext_); in WriteThreadListStream() 488 info.GetInstructionPointer(), max_stack_len, in WriteThreadListStream() 504 dumper_->set_crash_address(info.GetInstructionPointer()); in WriteThreadListStream()
|
D | linux_ptrace_dumper_unittest.cc | 531 reinterpret_cast<uintptr_t>(thread_info.GetInstructionPointer())); in TEST_F() 537 simulated_stack[1] = thread_info.GetInstructionPointer(); in TEST_F()
|
/external/google-breakpad/src/processor/ |
D | exploitability_win.cc | 110 if (!context->GetInstructionPointer(&instruction_ptr)) { in CheckPlatformExploitability()
|
D | exploitability_linux.cc | 142 if (!context->GetInstructionPointer(&instruction_ptr)) { in CheckPlatformExploitability()
|
D | dump_context.cc | 143 bool DumpContext::GetInstructionPointer(uint64_t* ip) const { in GetInstructionPointer() function in google_breakpad::DumpContext
|
D | minidump_unittest.cc | 291 ASSERT_TRUE(md_context->GetInstructionPointer(&eip)); in TEST()
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 637 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST() 729 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST() 819 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST() 889 ASSERT_TRUE(exception_context->GetInstructionPointer(&instruction_pointer)); in TEST()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 271 uintptr_t pc = UContextReader::GetInstructionPointer(ucontext_); in CaptureCrashingThreadStack()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 32057 FUNC 48cc0 4 0 google_breakpad::ThreadInfo::GetInstructionPointer 32069 FUNC 48cec 4 0 google_breakpad::UContextReader::GetInstructionPointer 32299 FUNC 4922c 170 0 google_breakpad::DumpContext::GetInstructionPointer
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33708 FUNC 6d3ec 8 0 google_breakpad::ThreadInfo::GetInstructionPointer 33725 FUNC 6d464 8 0 google_breakpad::UContextReader::GetInstructionPointer 33970 FUNC 6dce0 1e0 0 google_breakpad::DumpContext::GetInstructionPointer
|