Home
last modified time | relevance | path

Searched refs:ResolveLoadAddress (Results 1 – 25 of 28) sorted by relevance

12

/external/lldb/include/lldb/Target/
DSectionLoadList.h56 ResolveLoadAddress (lldb::addr_t load_addr, Address &so_addr) const;
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp102 … if (target->GetSectionLoadList().ResolveLoadAddress (vtable_address_point, address_point_address)) in GetDynamicTypeAndAddress()
255 … if (!target->GetSectionLoadList().ResolveLoadAddress (dynamic_addr, dynamic_address)) in GetDynamicTypeAndAddress()
/external/lldb/test/python_api/default-constructor/
Dsb_target.py31 address = obj.ResolveLoadAddress(0xffff)
/external/lldb/test/python_api/value/
DTestValueAPI.py105 symbol = target.ResolveLoadAddress(int(pointed.GetLocation(), 0)).GetSymbol()
/external/lldb/source/API/
DSBBreakpoint.cpp160 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false) in FindLocationByAddress()
180 if (target.GetSectionLoadList().ResolveLoadAddress (vm_addr, address) == false) in FindLocationIDByAddress()
DSBAddress.cpp148 *this = target.ResolveLoadAddress(load_addr); in SetLoadAddress()
DSBTarget.cpp1244 SBTarget::ResolveLoadAddress (lldb::addr_t vm_addr) in ResolveLoadAddress() function in SBTarget
1252 if (target_sp->GetSectionLoadList().ResolveLoadAddress (vm_addr, addr)) in ResolveLoadAddress()
2371 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), NULL, buf, size); in GetInstructions()
2377 return GetInstructionsWithFlavor (ResolveLoadAddress(base_addr), flavor_string, buf, size); in GetInstructionsWithFlavor()
/external/lldb/source/Target/
DThreadPlanTracer.cpp193 addr_valid = process_sp->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, pc_addr); in Log()
DSectionLoadList.cpp202 SectionLoadList::ResolveLoadAddress (addr_t load_addr, Address &so_addr) const in ResolveLoadAddress() function in SectionLoadList
DTarget.cpp319 m_section_load_list.ResolveLoadAddress(addr, so_addr); in CreateBreakpoint()
1300 m_section_load_list.ResolveLoadAddress (load_addr, resolved_addr); in ReadMemory()
1525 m_section_load_list.ResolveLoadAddress (pointer_vm_addr, pointer_addr); in ReadPointerFromMemory()
/external/lldb/source/Breakpoint/
DBreakpointLocationList.cpp128 m_owner.GetTarget().GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), so_addr); in FindByAddress()
/external/lldb/source/Core/
DAddress.cpp117 if (target->GetSectionLoadList().ResolveLoadAddress (deref_addr, deref_so_addr)) in ReadAddress()
1039 if (target && target->GetSectionLoadList().ResolveLoadAddress(load_addr, *this)) in SetLoadAddress()
DValue.cpp373 if (target_sections.ResolveLoadAddress(address, file_so_addr)) in GetValueAsData()
DDataExtractor.cpp1395 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in Dump()
1879 if (target_sp->GetSectionLoadList().ResolveLoadAddress(addr, so_addr)) in Dump()
DDisassembler.cpp115 target->GetSectionLoadList().ResolveLoadAddress (addr.GetOffset(), resolved_addr); in ResolveAddress()
/external/lldb/source/Commands/
DCommandObjectRegister.cpp113 … if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress(reg_addr, so_reg_addr)) in DumpRegister()
DCommandObjectDisassemble.cpp452 …if (target->GetSectionLoadList().ResolveLoadAddress (m_options.symbol_containing_addr, symbol_cont… in DoExecute()
DCommandObjectSource.cpp643 if (target->GetSectionLoadList().ResolveLoadAddress (m_options.address, so_addr)) in DoExecute()
/external/lldb/examples/darwin/heap_find/
Dheap.py272 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset)
275 sb_addr = lldb.debugger.GetSelectedTarget().ResolveLoadAddress(ptr_addr + offset)
/external/lldb/include/lldb/API/
DSBTarget.h633 ResolveLoadAddress (lldb::addr_t vm_addr);
/external/lldb/scripts/Python/interface/
DSBTarget.i632 ResolveLoadAddress (lldb::addr_t vm_addr);
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp120 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (current_pc, m_current_pc); in InitializeZerothFrame()
279 process->GetTarget().GetSectionLoadList().ResolveLoadAddress (pc, m_current_pc); in InitializeNonZerothFrame()
/external/lldb/examples/python/
Dsymbolication.py62 self.so_addr = self.target.ResolveLoadAddress (self.load_addr)
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp825 target->GetSectionLoadList().ResolveLoadAddress(value, value_so_addr); in SymbolLookup()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderMacOSXDYLD.cpp1531 …if (m_process->GetTarget().GetSectionLoadList().ResolveLoadAddress(m_dyld_all_image_infos.notifica… in SetNotificationBreakpoint()

12