Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectDisassemble.cpp421 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
494 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
540 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in DoExecute()
DCommandObjectArgs.cpp150 ModuleSP thread_module_sp (thread_cur_frame->GetFrameCodeAddress ().GetModule()); in DoExecute()
/external/lldb/source/Plugins/Process/Utility/
DUnwindMacOSXFrameBackchain.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()
/external/lldb/source/Target/
DStackFrame.cpp220 StackFrame::GetFrameCodeAddress() in GetFrameCodeAddress() function in StackFrame
340 GetFrameCodeAddress(); in GetSymbolContext()
346 Address lookup_addr(GetFrameCodeAddress()); in GetSymbolContext()
1313 GetFrameCodeAddress().GetLoadAddress(target)); in Dump()
1319 GetFrameCodeAddress(), in Dump()
1427 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GetStatus()
DThreadPlanStepThrough.cpp58 …m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(m_thread.CalculateTarget()… in ThreadPlanStepThrough()
DThreadPlanStepOverRange.cpp203 Address cur_address = frame_sp->GetFrameCodeAddress(); in ShouldStop()
DThreadPlanStepOut.cpp100 …m_return_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(&m_thread.GetProcess()->GetT… in ThreadPlanStepOut()
DStackFrameList.cpp347 Address curr_frame_address (unwind_frame_sp->GetFrameCodeAddress()); in GetFramesUpTo()
/external/lldb/include/lldb/Target/
DStackFrame.h80 GetFrameCodeAddress();
/external/lldb/source/Expression/
DClangUserExpression.cpp341 m_address = frame_sp->GetFrameCodeAddress(); in InstallContext()
365 …return (0 == Address::CompareLoadAddress(m_address, frame_sp->GetFrameCodeAddress(), target_sp.get… in LockAndCheckContext()
/external/lldb/source/Core/
DDisassembler.cpp419 pc_addr_ptr = &frame->GetFrameCodeAddress(); in PrintInstructions()
536 range.GetBaseAddress() = frame->GetFrameCodeAddress(); in Disassemble()
DDebugger.cpp2337 format_addr = frame->GetFrameCodeAddress(); in FormatPromptRecurse()
2396 format_addr = frame->GetFrameCodeAddress(); in FormatPromptRecurse()
/external/lldb/source/API/
DSBFrame.cpp465 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress (target); in GetPC()
626 sb_addr.SetAddress (&frame->GetFrameCodeAddress()); in GetPCAddress()
/external/lldb/source/Symbol/
DVariable.cpp233 … frame->GetFrameCodeAddress().GetLoadAddress (target_sp.get())); in LocationIsValidForFrame()