Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp44 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
H A DStopInfoMachException.cpp119 Address current_address = current_frame->GetFrameCodeAddress(); in DeterminePtrauthFailure()
191 parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in DeterminePtrauthFailure()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp194 const Address &StackFrame::GetFrameCodeAddress() { in GetFrameCodeAddress() function in StackFrame
227 Address lookup_addr(GetFrameCodeAddress()); in GetFrameCodeAddressForSymbolication()
321 GetFrameCodeAddress(); in GetSymbolContext()
1441 pc_range.GetBaseAddress() = GetFrameCodeAddress(); in GuessValueForAddress()
1827 GetFrameCodeAddress().GetLoadAddress(target_sp.get()), *target_sp, in GuessValueForRegisterAndOffset()
1852 GetFrameCodeAddress()); in GuessValueForRegisterAndOffset()
1970 GetFrameCodeAddress().GetLoadAddress(target)); in Dump()
1977 GetFrameCodeAddress(), show_fullpaths, show_module, in Dump()
2097 exe_ctx, GetFrameCodeAddress(), in GetStatus()
H A DThreadPlanStepThrough.cpp50 m_backstop_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress( in ThreadPlanStepThrough()
H A DStackFrameRecognizer.cpp153 Address current_addr = frame->GetFrameCodeAddress(); in GetRecognizerForFrame()
H A DThreadPlanStepOverRange.cpp246 Address cur_address = frame_sp->GetFrameCodeAddress(); in ShouldStop()
H A DThreadPlanStepOut.cpp140 Address return_address(return_frame_sp->GetFrameCodeAddress()); in SetupReturnAddress()
H A DStopInfo.cpp1207 Address pc_address = frame_0_sp->GetFrameCodeAddress(); in GetSuggestedStackFrameIndex()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DUserExpression.cpp65 m_address = frame_sp->GetFrameCodeAddress(); in InstallContext()
86 frame_sp->GetFrameCodeAddress(), in LockAndCheckContext()
H A DDWARFExpression.cpp667 return_pc = parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in Evaluate_DW_OP_entry_value()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp329 ranges.emplace_back(frame->GetFrameCodeAddress(), default_disasm_byte_size); in GetCurrentFunctionRanges()
430 return std::vector<AddressRange>{{frame->GetFrameCodeAddress(), 0}}; in GetPCRanges()
H A DCommandObjectThread.cpp508 Address pc_address = frame->GetFrameCodeAddress(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h138 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.cpp304 pc_addr_ptr = &frame->GetFrameCodeAddress(); in PrintInstructions()
582 range.GetBaseAddress() = frame.GetFrameCodeAddress(); in Disassemble()
H A DFormatEntity.cpp1679 const Address &pc_addr = frame->GetFrameCodeAddress(); in Format()
1915 frame->GetFrameCodeAddress(), false, in Format()
H A DIOHandlerCursesGUI.cpp6762 frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in WindowDelegateDraw()
7120 pc_address = frame_sp->GetFrameCodeAddress(); in WindowDelegateDraw()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFrame.cpp339 addr = frame->GetFrameCodeAddress().GetOpcodeLoadAddress( in GetPC()
432 sb_addr.SetAddress(frame->GetFrameCodeAddress()); in GetPCAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp293 Address frame_addr = frame->GetFrameCodeAddress(); in IsInScope()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp1557 Address pc_addr = frame.GetFrameCodeAddress(); in CalculateFrameVariableError()