Home
last modified time | relevance | path

Searched refs:GetFrameCodeAddress (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectDisassemble.cpp422 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
497 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
543 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
HDCommandObjectArgs.cpp150 ModuleSP thread_module_sp (thread_cur_frame->GetFrameCodeAddress ().GetModule()); in DoExecute()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDHistoryUnwind.cpp52 …addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress (&frame->GetThread()->GetProcess()->GetTar… in DoCreateRegisterContextForFrame()
HDUnwindMacOSXFrameBackchain.cpp154 if (first_frame->GetFrameCodeAddress() == addr_range_ptr->GetBaseAddress()) in GetStackFrameData_i386()
253 if (first_frame->GetFrameCodeAddress() == addr_range_ptr->GetBaseAddress()) in GetStackFrameData_x86_64()
/trueos/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp243 StackFrame::GetFrameCodeAddress() in GetFrameCodeAddress() function in StackFrame
367 GetFrameCodeAddress(); in GetSymbolContext()
373 Address lookup_addr(GetFrameCodeAddress()); in GetSymbolContext()
1364 GetFrameCodeAddress().GetLoadAddress(target)); in Dump()
1370 GetFrameCodeAddress(), in Dump()
1479 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GetStatus()
HDThreadPlanStepThrough.cpp58 …m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(m_thread.CalculateTarget()… in ThreadPlanStepThrough()
HDThreadPlanStepOverRange.cpp207 Address cur_address = frame_sp->GetFrameCodeAddress(); in ShouldStop()
HDThreadPlanStepOut.cpp100 …m_return_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(&m_thread.GetProcess()->GetT… in ThreadPlanStepOut()
HDStackFrameList.cpp350 Address curr_frame_address (unwind_frame_sp->GetFrameCodeAddress()); in GetFramesUpTo()
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrame.h158 GetFrameCodeAddress();
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDClangUserExpression.cpp335 m_address = frame_sp->GetFrameCodeAddress(); in InstallContext()
359 …return (0 == Address::CompareLoadAddress(m_address, frame_sp->GetFrameCodeAddress(), target_sp.get… in LockAndCheckContext()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp420 pc_addr_ptr = &frame->GetFrameCodeAddress(); in PrintInstructions()
537 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in Disassemble()
HDDebugger.cpp2294 format_addr = frame->GetFrameCodeAddress(); in FormatPromptRecurse()
2353 format_addr = frame->GetFrameCodeAddress(); in FormatPromptRecurse()
HDIOHandler.cpp4364 …"Frame: %3u PC = 0x%16.16" PRIx64, frame->GetFrameIndex(), frame->GetFrameCodeAddress().GetOpcode… in WindowDelegateDraw()
4791 pc_address = frame_sp->GetFrameCodeAddress(); in WindowDelegateDraw()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp465 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress (target); in GetPC()
626 sb_addr.SetAddress (&frame->GetFrameCodeAddress()); in GetPCAddress()
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp233 … frame->GetFrameCodeAddress().GetLoadAddress (target_sp.get())); in LocationIsValidForFrame()