/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | AddressRange.cpp | 98 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress() 102 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() 116 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress() 183 vmaddr = m_base_addr.GetLoadAddress(target); in Dump() 213 addr_t start_addr = m_base_addr.GetLoadAddress(target); in GetDescription()
|
H A D | ValueObjectMemory.cpp | 63 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() 93 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() 197 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
|
H A D | Address.cpp | 313 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address 350 code_addr = GetLoadAddress(target); in GetCallableLoadAddress() 372 addr_t code_addr = GetLoadAddress(target); in GetOpcodeLoadAddress() 471 addr_t load_addr = GetLoadAddress(target); in Dump() 781 addr_t load_addr = GetLoadAddress(target); in Dump() 945 addr_t a_load_addr = a.GetLoadAddress(target); in CompareLoadAddress() 946 addr_t b_load_addr = b.GetLoadAddress(target); in CompareLoadAddress()
|
H A D | ValueObjectVTable.cpp | 229 vtable_info_or_err->addr.GetLoadAddress(target_sp.get()); in UpdateValue() 251 m_vtable_symbol->GetLoadAddress(target_sp.get()) + in UpdateValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/ |
H A D | DynamicLoaderFreeBSDKernel.cpp | 510 m_linker_file_list_struct_addr.GetLoadAddress(&m_process->GetTarget()), in ReadKmodsListHeader() 603 kld_off_address_symbol->GetAddress().GetLoadAddress( in ReadAllKmods() 609 kld_off_next_symbol->GetAddress().GetLoadAddress(&m_process->GetTarget()), in ReadAllKmods() 614 kld_off_filename_symbol->GetAddress().GetLoadAddress( in ReadAllKmods() 621 kld_off_pathname_symbol->GetAddress().GetLoadAddress( in ReadAllKmods() 632 linker_files_head_addr.GetLoadAddress(&m_process->GetTarget()); in ReadAllKmods() 693 if (m_kernel_image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS) { in LoadKernelModules() 711 if (m_kernel_image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS) { in LoadKernelModules() 716 if (m_kernel_image_info.GetLoadAddress() != LLDB_INVALID_ADDRESS) { in LoadKernelModules()
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBAddressExtensions.i | 13 __runtime_error_str = 'This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.' 16 '''Get the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 19 return self.GetLoadAddress (target) 22 '''Set the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 28 '''Convert an address to a load address if there is a process and that process is alive, or to a file address otherwise. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 32 return self.GetLoadAddress (target) 36 '''Convert the address to an octal string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 40 '''Convert the address to an hex string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 52 load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc='''A read/write property that gets/sets the SBAddress using load address. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''')
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
H A D | DynamicLoaderWindowsDYLD.cpp | 97 lldb::addr_t DynamicLoaderWindowsDYLD::GetLoadAddress(ModuleSP executable) { in GetLoadAddress() function in DynamicLoaderWindowsDYLD 131 lldb::addr_t load_addr = GetLoadAddress(executable); in DidAttach() 158 lldb::addr_t load_addr = GetLoadAddress(executable); in DidLaunch()
|
H A D | DynamicLoaderWindowsDYLD.h | 45 lldb::addr_t GetLoadAddress(lldb::ModuleSP executable);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTraceCursor.cpp | 115 lldb::addr_t SBTraceCursor::GetLoadAddress() const { in GetLoadAddress() function in SBTraceCursor 118 return m_opaque_sp->GetLoadAddress(); in GetLoadAddress()
|
H A D | SBAddress.cpp | 107 lldb::addr_t SBAddress::GetLoadAddress(const SBTarget &target) const { in GetLoadAddress() function in SBAddress 115 addr = m_opaque_up->GetLoadAddress(target_sp.get()); in GetLoadAddress()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | RegisterContextUnwind.cpp | 230 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame() 237 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame() 252 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame() 302 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame() 571 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); in InitializeNonZerothFrame() 616 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame() 623 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame() 646 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame() 662 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame() 698 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame() [all …]
|
H A D | ThreadPlanCallFunction.cpp | 78 start_load_addr = m_start_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup() 92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup() 226 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
|
H A D | ThreadPlanCallFunctionUsingABI.cpp | 53 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | Watchpoint.cpp | 116 lldb::addr_t return_addr = return_address.GetLoadAddress(target_sp.get()); in SetupVariableWatchpointDisabler() 205 Address watch_address(GetLoadAddress()); in CaptureWatchedValue() 228 Address watch_address(GetLoadAddress()); in WatchedValueReportable() 354 GetID(), GetLoadAddress(), m_byte_size, in DumpWithLevel()
|
H A D | BreakpointResolverAddress.cpp | 136 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback() 147 m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
|
H A D | BreakpointSiteList.cpp |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTraceCursor.h | 156 lldb::addr_t GetLoadAddress() const;
|
H A D | SBSection.h | 43 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 244 virtual lldb::addr_t GetLoadAddress() const = 0;
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Function.h | 290 GetLoadAddress(caller_address, caller, target)}; in GetCallerAddress() 312 static lldb::addr_t GetLoadAddress(lldb::addr_t unresolved_pc,
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | StoppointSite.h | 27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
|
H A D | WatchpointResource.h | 31 lldb::addr_t GetLoadAddress() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | HistoryUnwind.cpp | 44 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceCursorIntelPT.h | 33 lldb::addr_t GetLoadAddress() const override;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 118 if (addr.GetLoadAddress(&target) != LLDB_INVALID_ADDRESS) in DidAttach() 373 location->GetLoadAddress(), in SetRendezvousBreakpoint() 454 if (module_sp->GetObjectFile()->GetBaseAddress().GetLoadAddress( in RefreshModules() 531 lldb::addr_t addr = range.GetBaseAddress().GetLoadAddress(&target); in GetStepThroughTrampolinePlan()
|