Home
last modified time | relevance | path

Searched refs:instruction_pointer (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc155 uint64_t instruction_pointer; in InProcessCrash() local
156 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in InProcessCrash()
163 memory_list->GetMemoryRegionForAddress(instruction_pointer); in InProcessCrash()
383 uint64_t instruction_pointer; in TEST_F() local
384 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
387 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
482 uint64_t instruction_pointer; in TEST_F() local
483 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
486 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
581 uint64_t instruction_pointer; in TEST_F() local
[all …]
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc375 uint64_t instruction_pointer; in TEST_F() local
376 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
379 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
470 uint64_t instruction_pointer; in TEST_F() local
471 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
474 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
558 uint64_t instruction_pointer; in TEST_F() local
559 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST_F()
562 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST_F()
/external/ltrace/sysdeps/linux-gnu/
Devents.c229 event.proc->instruction_pointer = (void *)(uintptr_t)-1; in next_event()
247 event.proc->instruction_pointer = get_instruction_pointer(event.proc); in next_event()
248 if (event.proc->instruction_pointer == (void *)(uintptr_t)-1) { in next_event()
318 = event.proc->instruction_pointer - DECR_PC_AFTER_BREAK; in next_event()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc553 uint64_t instruction_pointer; in TEST() local
554 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
557 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
645 uint64_t instruction_pointer; in TEST() local
646 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
649 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
735 uint64_t instruction_pointer; in TEST() local
736 ASSERT_TRUE(context->GetInstructionPointer(&instruction_pointer)); in TEST()
739 memory_list->GetMemoryRegionForAddress(instruction_pointer); in TEST()
/external/kernel-headers/original/uapi/linux/
Dseccomp.h50 __u64 instruction_pointer; member
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc968 const ULONG64 instruction_pointer = in WriteMinidumpWithExceptionForProcess() local
979 reinterpret_cast<LPCVOID>(instruction_pointer), in WriteMinidumpWithExceptionForProcess()
989 instruction_pointer - (kIPMemorySize / 2)); in WriteMinidumpWithExceptionForProcess()
991 (std::min)(instruction_pointer + (kIPMemorySize / 2), in WriteMinidumpWithExceptionForProcess()
/external/ltrace/
Dproc.h110 void * instruction_pointer; member
Doutput.c128 proc->instruction_pointer); in begin_of_line()
/external/linux-tools-perf/src/include/linux/
Dperf_event.h745 # define perf_instruction_pointer(regs) instruction_pointer(regs)