Home
last modified time | relevance | path

Searched refs:GetPC (Results 1 – 25 of 80) sorted by relevance

1234

/external/llvm-project/lldb/examples/python/
Ddiagnose_unwind.py78 address_list = [cur_thread.GetFrameAtIndex(0).GetPC()]
80 target, 0, cur_thread.GetFrameAtIndex(0).GetPC(), initial_fp)
205 target, frame_num, frame.GetPC(), frame.GetFP())
210 addresses_seen.append(frame.GetPC())
249 …mbly of %s, frame %d, address 0x%x" % (frame.GetFunctionName(), frame.GetFrameID(), frame.GetPC()))
255 'disassemble -F att -a 0x%x' % frame.GetPC())
259 frame.GetPC())
260 if frame.GetPC() in additional_addresses_to_disassemble:
262 frame.GetPC())
288 'image show-unwind -a "0x%x"' % frame.GetPC())
[all …]
Dscripted_step.py105 self.start_address = thread_plan.GetThread().GetFrameAtIndex(0).GetPC()
116 cur_pc = self.thread_plan.GetThread().GetFrameAtIndex(0).GetPC()
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInstruction.cpp40 m_instruction_addr = thread.GetRegisterContext()->GetPC(0); in SetUpState()
103 uint64_t pc = thread.GetRegisterContext()->GetPC(0); in IsPlanStale()
111 return (thread.GetRegisterContext()->GetPC(0) != m_instruction_addr); in IsPlanStale()
143 if (thread.GetRegisterContext()->GetPC(0) != m_instruction_addr) { in ShouldStop()
186 thread.GetStackFrameAtIndex(0)->GetRegisterContext()->GetPC(); in ShouldStop()
190 addr_t return_addr = return_frame->GetRegisterContext()->GetPC(); in ShouldStop()
220 lldb::addr_t pc_addr = thread.GetRegisterContext()->GetPC(0); in ShouldStop()
DStackID.cpp42 return lhs.GetPC() == rhs.GetPC(); in operator ==()
55 return lhs.GetPC() != rhs.GetPC(); in operator !=()
DThreadPlanStepOverBreakpoint.cpp33 m_breakpoint_addr = thread.GetRegisterContext()->GetPC(); in ThreadPlanStepOverBreakpoint()
89 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in DoPlanExplainsStop()
142 lldb::addr_t pc_addr = GetThread().GetRegisterContext()->GetPC(); in MischiefManaged()
182 return GetThread().GetRegisterContext()->GetPC() != m_breakpoint_addr; in IsPlanStale()
DThreadPlanStepRange.cpp104 lldb::addr_t pc_load_addr = thread.GetRegisterContext()->GetPC(); in InRange()
196 lldb::addr_t cur_pc = GetThread().GetRegisterContext()->GetPC(); in InSymbol()
320 lldb::addr_t cur_addr = GetThread().GetRegisterContext()->GetPC(); in SetNextBranchBreakpoint()
483 lldb::addr_t addr = GetThread().GetRegisterContext()->GetPC() - 1; in IsPlanStale()
DThreadPlanStepOverRange.cpp132 DumpAddress(s.AsRawOstream(), thread.GetRegisterContext()->GetPC(), in ShouldStop()
287 ->GetPC(); in ShouldStop()
386 lldb::addr_t curr_pc = thread.GetRegisterContext()->GetPC(); in DoWillResume()
DThreadPlanStepThrough.cpp41 m_start_address = GetThread().GetRegisterContext()->GetPC(0); in ThreadPlanStepThrough()
100 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0); in LookForPlanToStepThroughFromCurrentPC()
DStackFrameList.cpp64 lldb::addr_t cur_pc = m_thread.GetRegisterContext()->GetPC(); in GetCurrentInlinedDepth()
111 lldb::addr_t curr_pc = m_thread.GetRegisterContext()->GetPC(); in ResetCurrentInlinedDepth()
217 m_current_inlined_pc = m_thread.GetRegisterContext()->GetPC(); in SetCurrentInlinedDepth()
398 addr_t return_pc = next_reg_ctx_sp->GetPC(); in SynthesizeTailCallFrames()
488 pc = reg_ctx_sp->GetPC(); in GetFramesUpTo()
DThreadPlanStepUntil.cpp41 m_step_from_insn = frame_sp->GetStackID().GetPC(); in ThreadPlanStepUntil()
49 m_return_addr = return_frame_sp->GetStackID().GetPC(); in ThreadPlanStepUntil()
/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc225 static uint32_t GetPC() __attribute__((noinline));
226 static uint32_t GetPC() { in GetPC() function
278 static uint32_t GetPC() __attribute__((noinline));
279 static uint32_t GetPC() { in GetPC() function
300 extern uint32_t GetPC();
331 context.srr0 = GetPC(); in CountCallerFrames()
338 context.pc = GetPC(); in CountCallerFrames()
Dstackwalker_selftest_sol.s85 ENTRY(GetPC)
92 SET_SIZE(GetPC)
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestStopPCs.py46 self.assertEqual(th0.GetFrameAtIndex(0).GetPC(), 0x10001bc00)
47 self.assertEqual(th1.GetFrameAtIndex(0).GetPC(), 0x10002bc00)
DTestNoGPacketSupported.py86 pc = frame.GetPC()
/external/llvm-project/lldb/test/API/commands/expression/call-restarts/
DTestCallThatRestarts.py46 self.orig_frame_pc == frame.GetPC(),
76 self.orig_frame_pc = frame.GetPC()
151 frame.GetPC() == self.orig_frame_pc,
/external/llvm-project/lldb/test/API/commands/expression/call-throws/
DTestCallThatThrows.py34 self.orig_frame_pc == frame.GetPC(),
48 self.orig_frame_pc = frame.GetPC()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_hit_count/
DTestBreakpointHitCount.py95 location1 = breakpoint.FindLocationByAddress(frame0.GetPC())
112 location2 = breakpoint.FindLocationByAddress(frame0.GetPC())
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.cpp246 return GetPC(0) != 0; in IsUserReady()
282 uint64_t MachThread::GetPC(uint64_t failValue) { in GetPC() function in MachThread
284 return m_arch_up->GetPC(failValue); in GetPC()
332 index, m_seq_id, m_unique_id, GetPC(INVALID_NUB_ADDRESS), in Dump()
367 return m_process->Breakpoints().FindByAddress(GetPC()); in CurrentBreakpoint()
/external/libchrome/base/trace_event/
Dcfi_backtrace_android_unittest.cc15 void* GetPC() { in GetPC() function
36 const uintptr_t current_pc = reinterpret_cast<uintptr_t>(GetPC()); in TEST()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_frame.py10 obj.GetPC()
/external/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/
DTestNoReturnModuleEnd.py40 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/external/llvm-project/lldb/test/API/functionalities/postmortem/wow64_minidump/
DTestWow64MiniDump.py69 pc = frame.GetPC()
/external/llvm-project/lldb/bindings/interface/
DSBFrame.i77 GetPC () const;
334 pc = property(GetPC, SetPC)
/external/llvm-project/lldb/include/lldb/Target/
DStackID.h33 lldb::addr_t GetPC() const { return m_pc; } in GetPC() function
/external/llvm-project/lldb/source/Plugins/Architecture/Arm/
DArchitectureArm.cpp99 const addr_t pc = reg_ctx_sp->GetPC(); in OverrideStopInfo()

1234