Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp190 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress() function in StackFrame
223 Address lookup_addr(GetFrameCodeAddress()); in GetFrameCodeAddressForSymbolication()
317 GetFrameCodeAddress(); in GetSymbolContext()
1305 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GuessValueForAddress()
1681 if (GetFrameCodeAddress().GetFileAddress() < in GuessValueForRegisterAndOffset()
1683 GetFrameCodeAddress().GetFileAddress() - in GuessValueForRegisterAndOffset()
1708 GetFrameCodeAddress()); in GuessValueForRegisterAndOffset()
1823 GetFrameCodeAddress().GetLoadAddress(target)); in Dump()
1830 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
1960 exe_ctx, GetFrameCodeAddress(), in GetStatus()
H A DStackFrameRecognizer.cpp120 Address current_addr = frame->GetFrameCodeAddress(); in GetRecognizerForFrame()
H A DThreadPlanStepThrough.cpp50 m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress( in ThreadPlanStepThrough()
H A DThreadPlanStepOverRange.cpp231 Address cur_address = frame_sp->GetFrameCodeAddress(); in ShouldStop()
H A DThreadPlanStepOut.cpp101 Address return_address(return_frame_sp->GetFrameCodeAddress()); in ThreadPlanStepOut()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp44 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
H A DStopInfoMachException.cpp116 Address current_address = current_frame->GetFrameCodeAddress(); in DeterminePtrauthFailure()
188 parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp64 m_address = frame_sp->GetFrameCodeAddress(); in InstallContext()
85 frame_sp->GetFrameCodeAddress(), in LockAndCheckContext()
H A DDWARFExpression.cpp606 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp309 range = {frame->GetFrameCodeAddress(), default_disasm_byte_size}; in GetCurrentFunctionRanges()
408 return std::vector<AddressRange>{{frame->GetFrameCodeAddress(), 0}}; in GetPCRanges()
H A DCommandObjectThread.cpp502 Address pc_address = frame->GetFrameCodeAddress(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h137 const Address &GetFrameCodeAddress();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp115 Address return_address(return_frame_sp->GetFrameCodeAddress()); in SetupVariableWatchpointDisabler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDisassembler.cpp295 pc_addr_ptr = &frame->GetFrameCodeAddress(); in PrintInstructions()
550 range.GetBaseAddress() = frame.GetFrameCodeAddress(); in Disassemble()
H A DFormatEntity.cpp1532 const Address &pc_addr = frame->GetFrameCodeAddress(); in Format()
1819 frame->GetFrameCodeAddress(), false, in Format()
H A DIOHandlerCursesGUI.cpp6760 frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in WindowDelegateDraw()
7134 pc_address = frame_sp->GetFrameCodeAddress(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp338 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in GetPC()
431 sb_addr.SetAddress(frame->GetFrameCodeAddress()); in GetPCAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp313 addr_t file_address = frame->GetFrameCodeAddress().GetFileAddress(); in IsInScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1550 Address pc_addr = frame.GetFrameCodeAddress(); in CalculateFrameVariableError()