HomeSort by relevance Sort by last modified time
    Searched refs:addr_t (Results 26 - 50 of 300) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/lldb/source/Plugins/Process/elf-core/
ProcessElfCore.h 110 ReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
113 DoReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
115 virtual lldb::addr_t
137 typedef lldb_private::Range<lldb::addr_t, lldb::addr_t> FileRange;
138 typedef lldb_private::RangeDataArray<lldb::addr_t, lldb::addr_t, FileRange, 1> VMRangeToFileOffset;
167 lldb::addr_t
  /external/lldb/include/lldb/Breakpoint/
BreakpointSiteList.h 77 FindByAddress (lldb::addr_t addr);
115 FindIDByAddress (lldb::addr_t addr);
159 RemoveByAddress (lldb::addr_t addr);
162 FindInRange (lldb::addr_t lower_bound, lldb::addr_t upper_bound, BreakpointSiteList &bp_site_list) const;
202 typedef std::map<lldb::addr_t, lldb::BreakpointSiteSP> collection;
  /external/lldb/include/lldb/Target/
Unwind.h 58 lldb::addr_t cfa;
59 lldb::addr_t pc;
74 lldb::addr_t& cfa,
75 lldb::addr_t& pc)
106 lldb::addr_t& cfa,
107 lldb::addr_t& pc) = 0;
ThreadPlanStepUntil.h 41 lldb::addr_t *address_list,
50 lldb::addr_t m_step_from_insn;
52 lldb::addr_t m_return_addr;
58 typedef std::map<lldb::addr_t,lldb::break_id_t> until_collection;
66 lldb::addr_t *address_list,
ThreadPlanRunToAddress.h 32 lldb::addr_t address,
36 const std::vector<lldb::addr_t> &addresses,
75 std::vector<lldb::addr_t> m_addresses; // This is the address we are going to run to.
OperatingSystem.h 76 CreateRegisterContextForThread (Thread *thread, lldb::addr_t reg_data_addr) = 0;
82 CreateThread (lldb::tid_t tid, lldb::addr_t context)
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextThreadMemory.h 25 lldb::addr_t register_data_addr);
78 SetHardwareBreakpoint (lldb::addr_t addr, size_t size);
87 SetHardwareWatchpoint (lldb::addr_t addr, size_t size, bool read, bool write);
96 ReadRegisterValueFromMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t src_addr, uint32_t src_len, RegisterValue &reg_value);
99 WriteRegisterValueToMemory (const lldb_private::RegisterInfo *reg_info, lldb::addr_t dst_addr, uint32_t dst_len, const RegisterValue &reg_value);
107 lldb::addr_t m_register_data_addr;
UnwindLLDB.h 55 lldb::addr_t target_memory_location;
74 lldb::addr_t& cfa,
75 lldb::addr_t& start_pc);
97 lldb::addr_t start_pc; // The start address of the function/symbol for this frame - current pc if unknown
98 lldb::addr_t cfa; // The canonical frame address for this stack frame
  /external/lldb/include/lldb/Core/
Address.h 136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) :
156 Address (lldb::addr_t file_addr, const SectionList * section_list);
158 Address (lldb::addr_t abs_addr);
271 lldb::addr_t
288 lldb::addr_t
305 lldb::addr_t
325 lldb::addr_t
335 lldb::addr_t
395 ResolveAddressUsingFileSections (lldb::addr_t addr, const SectionList *sections);
422 SetLoadAddress (lldb::addr_t load_addr, Target *target)
    [all...]
ValueObjectConstResultImpl.h 31 lldb::addr_t live_address = LLDB_INVALID_ADDRESS);
57 lldb::addr_t
64 SetLiveAddress(lldb::addr_t addr = LLDB_INVALID_ADDRESS,
74 virtual lldb::addr_t
86 lldb::addr_t m_live_address;
ValueObjectConstResult.h 33 lldb::addr_t address = LLDB_INVALID_ADDRESS);
40 lldb::addr_t address = LLDB_INVALID_ADDRESS);
49 lldb::addr_t address = LLDB_INVALID_ADDRESS);
55 lldb::addr_t address,
101 virtual lldb::addr_t
110 virtual lldb::addr_t
117 SetLiveAddress(lldb::addr_t addr = LLDB_INVALID_ADDRESS,
144 lldb::addr_t address);
150 lldb::addr_t address);
158 lldb::addr_t address)
    [all...]
Section.h 65 FindSectionContainingFileAddress (lldb::addr_t addr, uint32_t depth = UINT32_MAX) const;
92 Slide (lldb::addr_t slide_amount, bool slide_children);
118 lldb::addr_t file_vm_addr,
119 lldb::addr_t vm_size,
131 lldb::addr_t file_vm_addr,
132 lldb::addr_t vm_size,
143 ContainsFileAddress (lldb::addr_t vm_addr) const;
163 lldb::addr_t
167 ResolveContainedAddress (lldb::addr_t offset, Address &so_addr) const;
193 lldb::addr_t
    [all...]
  /external/lldb/include/lldb/Expression/
ClangFunction.h 157 lldb::addr_t &args_addr_ref,
195 lldb::addr_t &args_addr_ref,
224 lldb::addr_t &args_addr_ref,
272 lldb::addr_t function_address,
273 lldb::addr_t &void_arg,
280 lldb::addr_t* this_arg = 0);
404 lldb::addr_t *args_addr_ptr,
452 lldb::addr_t func_addr,
453 lldb::addr_t &args_addr_ref,
458 lldb::addr_t *this_arg = 0
    [all...]
IRExecutionUnit.h 94 lldb::addr_t &func_addr,
95 lldb::addr_t &func_end);
103 lldb::addr_t WriteNow(const uint8_t *bytes,
107 void FreeNow(lldb::addr_t allocation);
121 lldb::addr_t
122 GetRemoteAddressForLocal (lldb::addr_t local_address);
135 typedef std::pair <lldb::addr_t, uintptr_t> AddrRange;
137 GetRemoteRangeForLocal (lldb::addr_t local_address);
413 lldb::addr_t m_local_addr; ///< The address of the function in LLDB's memory
414 lldb::addr_t m_remote_addr; ///< The address of the function in the target's memor
    [all...]
Materializer.h 48 lldb::addr_t frame_top,
49 lldb::addr_t frame_bottom);
63 lldb::addr_t process_address) :
79 lldb::addr_t m_process_address;
85 DematerializerSP Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err);
125 virtual void Materialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address, Error &err) = 0;
126 virtual void Dematerialize (lldb::StackFrameSP &frame_sp, IRMemoryMap &map, lldb::addr_t process_address,
127 lldb::addr_t frame_top, lldb::addr_t frame_bottom, Error &err) = 0;
128 virtual void DumpToLog (IRMemoryMap &map, lldb::addr_t process_address, Log *log) = 0
    [all...]
  /external/lldb/source/Core/
AddressRange.cpp 25 AddressRange::AddressRange (addr_t file_addr, addr_t byte_size, const SectionList *section_list) :
31 AddressRange::AddressRange (const lldb::SectionSP &section, addr_t offset, addr_t byte_size) :
37 AddressRange::AddressRange (const Address& so_addr, addr_t byte_size) :
50 // const addr_t byte_size = GetByteSize();
68 addr_t file_base_addr = GetBaseAddress().GetFileAddress();
72 addr_t file_addr = addr.GetFileAddress();
83 AddressRange::ContainsFileAddress (addr_t file_addr) const
88 addr_t file_base_addr = GetBaseAddress().GetFileAddress()
    [all...]
  /external/lldb/source/Plugins/Instruction/ARM/
EmulationStateARM.h 33 StoreToPseudoAddress (lldb::addr_t p_address, uint64_t value, uint32_t size);
36 ReadFromPseudoAddress (lldb::addr_t p_address, uint32_t size, bool &success);
57 lldb::addr_t addr,
65 lldb::addr_t addr,
95 std::map<lldb::addr_t, uint32_t> m_memory; // Eventually will want to change uint32_t to a data buffer heap type.
  /external/lldb/source/Commands/
CommandObjectDisassemble.h 74 lldb::addr_t start_addr;
75 lldb::addr_t end_addr;
83 lldb::addr_t symbol_containing_addr;
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.h 65 lldb::addr_t
72 SetThreadDispatchQAddr (lldb::addr_t thread_dispatch_qaddr)
89 lldb::addr_t m_thread_dispatch_qaddr;
  /external/lldb/source/Plugins/Process/mach-core/
ThreadMachCore.h 58 lldb::addr_t
65 SetThreadDispatchQAddr (lldb::addr_t thread_dispatch_qaddr)
79 lldb::addr_t m_thread_dispatch_qaddr;
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DynamicLoaderPOSIXDYLD.h 87 lldb::addr_t m_load_offset;
90 lldb::addr_t m_entry_point;
123 lldb::addr_t base_addr = 0);
128 LoadModuleAtAddress(const lldb_private::FileSpec &file, lldb::addr_t base_addr);
153 lldb::addr_t
158 lldb::addr_t
  /external/lldb/source/Plugins/Process/POSIX/
RegisterContextPOSIX.h 55 virtual lldb::addr_t
62 SetHardwareWatchpointWithIndex (lldb::addr_t addr, size_t size,
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 112 ReadDYLDInfoFromMemoryAndSetNotificationCallback (lldb::addr_t addr);
127 ReadMachHeader (lldb::addr_t addr,
148 lldb::addr_t vmaddr;
149 lldb::addr_t vmsize;
150 lldb::addr_t fileoff;
151 lldb::addr_t filesize;
165 lldb::addr_t slide) const;
171 lldb::addr_t address; // Address of mach header for this dylib
172 lldb::addr_t slide; // The amount to slide all segments by if there is a global slide.
173 lldb::addr_t mod_date; // Modification date for this dyli
    [all...]
  /external/lldb/include/lldb/Symbol/
ObjectContainer.h 127 virtual lldb::addr_t
131 virtual lldb::addr_t
226 lldb::addr_t m_offset; ///< The offset in bytes into the file, or the address in memory
227 lldb::addr_t m_length; ///< The size in bytes if known (can be zero).
  /external/lldb/scripts/Python/interface/
SBAddress.i 54 lldb::addr_t offset);
59 SBAddress (lldb::addr_t load_addr, lldb::SBTarget &target);
69 addr_t
72 addr_t
76 SetLoadAddress (lldb::addr_t load_addr,
80 OffsetAddress (addr_t offset);
88 lldb::addr_t
93 lldb::addr_t offset);

Completed in 420 milliseconds

12 3 4 5 6 7 8 91011>>