/external/google-breakpad/src/client/mac/handler/ |
D | dynamic_images.h | 141 uint64_t GetLoadAddress() const {return load_address_;} in GetLoadAddress() function 167 return GetLoadAddress() < inInfo.GetLoadAddress(); 218 return (*const_cast<DynamicImageRef*>(this)->p).GetLoadAddress() == 219 (*const_cast<DynamicImageRef&>(inInfo)).GetLoadAddress();
|
/external/lldb/source/Core/ |
D | AddressRange.cpp | 104 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress() 108 addr_t load_addr = addr.GetLoadAddress(target); in ContainsLoadAddress() 124 addr_t load_base_addr = GetBaseAddress().GetLoadAddress(target); in ContainsLoadAddress() 172 vmaddr = m_base_addr.GetLoadAddress(target); in Dump()
|
D | ValueObjectMemory.cpp | 68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get()); in ValueObjectMemory() 108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get()); in ValueObjectMemory() 220 lldb::addr_t load_addr = m_address.GetLoadAddress(target); in UpdateValue()
|
D | Address.cpp | 289 Address::GetLoadAddress (Target *target) const in GetLoadAddress() function in Address 324 addr_t code_addr = GetLoadAddress (target); in GetCallableLoadAddress() 346 addr_t code_addr = GetLoadAddress (target); in GetOpcodeLoadAddress() 429 addr_t load_addr = GetLoadAddress (target); in Dump() 739 addr_t load_addr = GetLoadAddress (target); in Dump() 906 addr_t a_load_addr = a.GetLoadAddress (target); in CompareLoadAddress() 907 addr_t b_load_addr = b.GetLoadAddress (target); in CompareLoadAddress()
|
D | ValueObjectVariable.cpp | 152 … loclist_base_load_addr = sc.function->GetAddressRange().GetBaseAddress().GetLoadAddress (target); in UpdateValue() 213 lldb::addr_t load_addr = so_addr.GetLoadAddress (target); in UpdateValue()
|
/external/lldb/scripts/Python/interface/ |
D | SBAddress.i | 73 GetLoadAddress (const lldb::SBTarget &target) const; 145 return self.GetLoadAddress (target) 154 return self.GetLoadAddress (target)
|
D | SBValue.i | 401 GetLoadAddress(); 445 __swig_getmethods__["load_addr"] = GetLoadAddress 446 …if _newclass: load_addr = property(GetLoadAddress, None, doc='''A read only property that returns …
|
D | SBBreakpointLocation.i | 42 GetLoadAddress ();
|
D | SBSection.i | 72 GetLoadAddress (lldb::SBTarget &target);
|
/external/lldb/examples/python/ |
D | symbolication.py | 114 … function_start_load_addr = block_range_start_addr.GetLoadAddress (self.target) 116 … function_start_load_addr = function.GetStartAddress().GetLoadAddress (self.target) 119 … function_start_load_addr = symbol.GetStartAddress().GetLoadAddress (self.target) 456 … symbolicated_address = Address(self.target, inlined_parent_so_addr.GetLoadAddress(self.target)) 476 inst_pc = inst.GetAddress().GetLoadAddress(target);
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_address.py | 10 obj.GetLoadAddress(lldb.SBTarget())
|
D | sb_breakpointlocation.py | 10 obj.GetLoadAddress()
|
/external/lldb/test/expression_command/issue_11588/ |
D | s11588.py | 6 self.load_address = valobj.GetLoadAddress()
|
/external/lldb/source/API/ |
D | SBAddress.cpp | 116 SBAddress::GetLoadAddress (const SBTarget &target) const in GetLoadAddress() function in SBAddress 127 addr = m_opaque_ap->GetLoadAddress (target_sp.get()); in GetLoadAddress()
|
D | SBBreakpointLocation.cpp | 84 SBBreakpointLocation::GetLoadAddress () in GetLoadAddress() function in SBBreakpointLocation 91 ret_addr = m_opaque_sp->GetLoadAddress(); in GetLoadAddress()
|
/external/lldb/source/Target/ |
D | ThreadPlanCallFunction.cpp | 110 start_load_addr = m_start_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup() 123 function_load_addr = m_function_addr.GetLoadAddress (target_sp.get()); in ConstructorSetup() 332 … s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get())); in GetDescription()
|
D | ThreadPlanStepInRange.cpp | 217 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop() 223 … if (curr_addr == func_start_address.GetLoadAddress(m_thread.CalculateTarget().get())) in ShouldStop()
|
/external/lldb/source/Breakpoint/ |
D | BreakpointSiteList.cpp | 38 lldb::addr_t bp_site_load_addr = bp->GetLoadAddress(); in Add() 228 if (prev_bp->GetLoadAddress() + prev_bp->GetByteSize() > lower_bound) in FindInRange()
|
D | Watchpoint.cpp | 146 Address watch_address(GetLoadAddress()); in CaptureWatchedValue() 243 GetLoadAddress(), in DumpWithLevel()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 193 …(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeZerothFrame() 217 (uint64_t) m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()), in InitializeZerothFrame() 475 …(active_row_strm, m_fast_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeNonZerothFrame() 489 …(active_row_strm, m_full_unwind_plan_sp.get(), &m_thread, m_start_pc.GetLoadAddress(exe_ctx.GetTar… in InitializeNonZerothFrame() 551 (uint64_t) m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()), (uint64_t) m_cfa); in InitializeNonZerothFrame() 656 addr_t current_pc_addr = m_current_pc.GetLoadAddress (exe_ctx.GetTargetPtr()); in GetFullUnwindPlanForFrame() 1454 start_pc = m_start_pc.GetLoadAddress (CalculateTarget().get()); in GetStartPC()
|
/external/lldb/include/lldb/API/ |
D | SBBreakpointLocation.h | 41 GetLoadAddress ();
|
D | SBSection.h | 53 GetLoadAddress (lldb::SBTarget &target);
|
/external/lldb/include/lldb/Breakpoint/ |
D | StoppointLocation.h | 49 GetLoadAddress() const in GetLoadAddress() function
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 581 DynamicLoaderDarwinKernel::KextImageInfo::GetLoadAddress () const in GetLoadAddress() function in DynamicLoaderDarwinKernel::KextImageInfo 622 if (m_name == rhs.GetName() && m_load_address == rhs.GetLoadAddress()) in operator ==() 1025 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS) in LoadKernelModuleIfNeeded() 1028 if (m_kernel.GetLoadAddress() == LLDB_INVALID_ADDRESS && m_kernel.GetModule()) in LoadKernelModuleIfNeeded() 1036 …addr_t load_address = kernel_object_file->GetHeaderAddress().GetLoadAddress(&m_process->GetTarget(… in LoadKernelModuleIfNeeded() 1057 if (m_kernel.GetLoadAddress() != LLDB_INVALID_ADDRESS) in LoadKernelModuleIfNeeded() 1211 else if (image_info.GetLoadAddress() == LLDB_INVALID_ADDRESS && !image_info.GetModule()) in ParseKextSummaries()
|
/external/lldb/test/python_api/thread/ |
D | TestThreadAPI.py | 268 start_addr = lineEntry.GetStartAddress().GetLoadAddress(target) 269 end_addr = lineEntry.GetEndAddress().GetLoadAddress(target)
|