Home
last modified time | relevance | path

Searched refs:GetLoadAddress (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp98 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()
186 vmaddr = m_base_addr.GetLoadAddress(target); in Dump()
216 addr_t start_addr = m_base_addr.GetLoadAddress(target); in GetDescription()
H A DAddress.cpp301 addr_t Address::GetLoadAddress(Target *target) const { in GetLoadAddress() function in Address
338 code_addr = GetLoadAddress(target); in GetCallableLoadAddress()
360 addr_t code_addr = GetLoadAddress(target); in GetOpcodeLoadAddress()
459 addr_t load_addr = GetLoadAddress(target); in Dump()
769 addr_t load_addr = GetLoadAddress(target); in Dump()
933 addr_t a_load_addr = a.GetLoadAddress(target); in CompareLoadAddress()
934 addr_t b_load_addr = b.GetLoadAddress(target); in CompareLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/FreeBSD-Kernel/
H A DDynamicLoaderFreeBSDKernel.cpp509 m_linker_file_list_struct_addr.GetLoadAddress(&m_process->GetTarget()), in ReadKmodsListHeader()
602 kld_off_address_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
608 kld_off_next_symbol->GetAddress().GetLoadAddress(&m_process->GetTarget()), in ReadAllKmods()
613 kld_off_filename_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
620 kld_off_pathname_symbol->GetAddress().GetLoadAddress( in ReadAllKmods()
631 linker_files_head_addr.GetLoadAddress(&m_process->GetTarget()); in ReadAllKmods()
692 if (m_kernel_image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS) { in LoadKernelModules()
710 if (m_kernel_image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS) { in LoadKernelModules()
715 if (m_kernel_image_info.GetLoadAddress() != LLDB_INVALID_ADDRESS) { in LoadKernelModules()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBAddressExtensions.i13 __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.''')
H A DSBBreakpointLocationExtensions.i18 …load_addr = property(GetLoadAddress, doc='A read only property that returns the load address of th…
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp97 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 DDynamicLoaderWindowsDYLD.h45 lldb::addr_t GetLoadAddress(lldb::ModuleSP executable);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp115 lldb::addr_t SBTraceCursor::GetLoadAddress() const { in GetLoadAddress() function in SBTraceCursor
118 return m_opaque_sp->GetLoadAddress(); in GetLoadAddress()
H A DSBAddress.cpp107 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/ValueObject/
H A DValueObjectMemory.cpp63 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()
201 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
H A DValueObjectVTable.cpp228 vtable_info_or_err->addr.GetLoadAddress(target_sp.get()); in UpdateValue()
250 m_vtable_symbol->GetLoadAddress(target_sp.get()) + in UpdateValue()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp225 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame()
232 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
248 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeZerothFrame()
298 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeZerothFrame()
564 m_current_offset = pc - m_start_pc.GetLoadAddress(&process->GetTarget()); in InitializeNonZerothFrame()
609 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
616 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame()
639 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
655 m_start_pc.GetLoadAddress(exe_ctx.GetTargetPtr())); in InitializeNonZerothFrame()
691 (uint64_t)m_current_pc.GetLoadAddress(exe_ctx.GetTargetPtr()), in InitializeNonZerothFrame()
[all …]
H A DThreadPlanCallFunction.cpp78 start_load_addr = m_start_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
92 function_load_addr = m_function_addr.GetLoadAddress(&GetTarget()); in ConstructorSetup()
237 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
H A DThreadPlanCallFunctionUsingABI.cpp53 m_function_addr.GetLoadAddress(&GetTarget())); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp116 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 DBreakpointResolverAddress.cpp139 m_resolved_addr = m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
149 m_addr.GetLoadAddress(&breakpoint.GetTarget()); in SearchCallback()
H A DBreakpointSiteList.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h156 lldb::addr_t GetLoadAddress() const;
H A DSBSection.h43 lldb::addr_t GetLoadAddress(lldb::SBTarget &target);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h244 virtual lldb::addr_t GetLoadAddress() const = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStopPointSiteList.h39 lldb::addr_t site_load_addr = site_sp->GetLoadAddress(); in Add()
203 if (prev_site->GetLoadAddress() + prev_site->GetByteSize() > lower_bound) in FindInRange()
H A DStoppointSite.h27 virtual lldb::addr_t GetLoadAddress() const { return m_addr; } in GetLoadAddress() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DFunction.h291 GetLoadAddress(caller_address, caller, target)}; in GetCallerAddress()
313 static lldb::addr_t GetLoadAddress(lldb::addr_t unresolved_pc,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.cpp44 addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress( in DoCreateRegisterContextForFrame()
H A DStopInfoMachException.cpp73 strm.Printf("at address=0x%" PRIx64, addr.GetLoadAddress(&target)); in DescribeAddressBriefly()
160 uint64_t current_pc = current_address.GetLoadAddress(&target); in DeterminePtrauthFailure()
191 parent_frame->GetFrameCodeAddress().GetLoadAddress(&target); in DeterminePtrauthFailure()

12345