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

1 2 3 4 56 7 8 91011>>

  /external/lldb/include/lldb/Target/
Process.h 1265 typedef Range<lldb::addr_t, lldb::addr_t> RangeType;
1387 typedef Range<lldb::addr_t, lldb::addr_t> LoadRange;
    [all...]
  /external/lldb/source/Target/
StackID.cpp 75 const lldb::addr_t lhs_cfa = lhs.GetCallFrameAddress();
76 const lldb::addr_t rhs_cfa = rhs.GetCallFrameAddress();
ObjCLanguageRuntime.cpp 58 ObjCLanguageRuntime::AddToMethodCache (lldb::addr_t class_addr, lldb::addr_t selector, lldb::addr_t impl_addr)
65 m_impl_cache.insert (std::pair<ClassAndSel,lldb::addr_t> (ClassAndSel(class_addr, selector), impl_addr));
68 lldb::addr_t
69 ObjCLanguageRuntime::LookupInMethodCache (lldb::addr_t class_addr, lldb::addr_t selector)
433 ObjCLanguageRuntime::ClassDescriptor::IsPointerValid (lldb::addr_t value,
537 addr_t isa_pointer = valobj.GetPointerValue();
ThreadPlanStepThrough.cpp 102 lldb::addr_t current_address = GetThread().GetRegisterContext()->GetPC(0);
124 s->Address(m_start_address, sizeof (addr_t));
128 s->Address (m_backstop_addr, sizeof (addr_t));
  /external/lldb/include/lldb/Symbol/
UnwindPlan.h 260 lldb::addr_t
267 SetOffset(lldb::addr_t offset)
273 SlideOffset(lldb::addr_t offset)
333 Dump (Stream& s, const UnwindPlan* unwind_plan, Thread* thread, lldb::addr_t base_addr) const;
337 lldb::addr_t m_offset; // Offset into the function for this row
363 Dump (Stream& s, Thread* thread, lldb::addr_t base_addr) const;
  /external/lldb/source/Symbol/
Block.cpp 51 addr_t base_addr = LLDB_INVALID_ADDRESS;
73 Block::Dump(Stream *s, addr_t base_addr, int32_t depth, bool show_context) const
201 Block::DumpAddressRanges (Stream *s, lldb::addr_t base_addr)
215 Block::Contains (addr_t range_offset) const
276 Block::GetRangeContainingOffset (const addr_t offset, Range &range)
298 const addr_t addr_offset = addr.GetOffset();
299 const addr_t func_offset = func_range.GetBaseAddress().GetOffset();
302 addr_t offset = addr_offset - func_offset;
321 Block::GetRangeContainingLoadAddress (lldb::addr_t load_addr, Target &target, AddressRange &range)
339 const addr_t addr_offset = addr.GetOffset()
    [all...]
DWARFCallFrameInfo.cpp 88 DWARFCallFrameInfo::GetFDEEntryByFileAddress (addr_t file_addr, FDEEntryMap::Entry &fde_entry)
355 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
356 const lldb::addr_t text_addr = LLDB_INVALID_ADDRESS;
357 const lldb::addr_t data_addr = LLDB_INVALID_ADDRESS;
359 lldb::addr_t addr = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding, pc_rel_addr, text_addr, data_addr);
360 lldb::addr_t length = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding & DW_EH_PE_MASK_ENCODING, pc_rel_addr, text_addr, data_addr);
420 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
421 const lldb::addr_t text_addr = LLDB_INVALID_ADDRESS;
422 const lldb::addr_t data_addr = LLDB_INVALID_ADDRESS;
423 lldb::addr_t range_base = m_cfi_data.GetGNUEHPointer(&offset, cie->ptr_encoding, pc_rel_addr, text_addr, data_a (…)
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 63 typedef std::map <const Value*, lldb::addr_t> ValueMap;
72 lldb::addr_t m_frame_process_address;
74 lldb::addr_t m_stack_pointer;
81 lldb::addr_t stack_frame_bottom,
82 lldb::addr_t stack_frame_top) :
115 lldb::addr_t addr = i->second;
163 lldb::addr_t process_address = ResolveValue(value, module);
187 lldb::addr_t process_address = ResolveValue (value, module);
287 lldb::addr_t data_address = Malloc(value->getType());
317 bool ResolveConstant (lldb::addr_t process_address, const Constant *constant
    [all...]
IRExecutionUnit.cpp 45 lldb::addr_t
50 lldb::addr_t allocation_process_addr = Malloc (size,
91 IRExecutionUnit::FreeNow (lldb::addr_t allocation)
113 lldb::addr_t func_local_addr = LLDB_INVALID_ADDRESS;
114 lldb::addr_t func_remote_addr = LLDB_INVALID_ADDRESS;
135 std::pair <lldb::addr_t, lldb::addr_t> func_range;
241 lldb::addr_t &func_addr,
242 lldb::addr_t &func_end)
363 m_jitted_functions.push_back (JittedFunction(m_name.AsCString(), (lldb::addr_t)fun_ptr))
    [all...]
ClangUserExpression.cpp 561 static lldb::addr_t
590 lldb::addr_t ret = valobj_sp->GetValueAsUnsigned(LLDB_INVALID_ADDRESS);
604 lldb::addr_t &struct_address,
605 lldb::addr_t &object_ptr,
606 lldb::addr_t &cmd_ptr)
724 lldb::addr_t struct_address;
726 lldb::addr_t object_ptr = 0;
727 lldb::addr_t cmd_ptr = 0;
753 lldb::addr_t function_stack_bottom,
754 lldb::addr_t function_stack_top
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTrampolineHandler.cpp 257 AppleObjCTrampolineHandler::AppleObjCVTables::VTableRegion::VTableRegion(AppleObjCVTables *owner, lldb::addr_t header_addr) :
325 const lldb::addr_t desc_ptr = m_header_addr + header_size;
349 lldb::addr_t start_offset = offset;
352 lldb::addr_t code_addr = desc_ptr + start_offset + voffset;
364 lldb::addr_t code_size = 0;
368 lldb::addr_t this_size = m_descriptors[i + 1].code_start - m_descriptors[i].code_start;
384 AppleObjCTrampolineHandler::AppleObjCVTables::VTableRegion::AddressInRegion (lldb::addr_t addr, uint32_t &flags)
    [all...]
AppleThreadPlanStepThroughObjCTrampoline.cpp 38 lldb::addr_t isa_addr,
39 lldb::addr_t sel_addr,
173 lldb::addr_t target_addr = target_addr_value.GetScalar().ULongLong();
  /external/lldb/scripts/Python/interface/
SBProcess.i 171 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
258 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
271 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
288 ReadCStringFromMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
305 ReadUnsignedFromMemory (addr_t addr, uint32_t byte_size, lldb::SBError &error);
320 lldb::addr_t
321 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
SBFrame.i 66 lldb::addr_t
70 SetPC (lldb::addr_t new_pc);
72 lldb::addr_t
75 lldb::addr_t
  /external/lldb/include/lldb/API/
SBTarget.h 524 lldb::addr_t section_base_addr);
633 ResolveLoadAddress (lldb::addr_t vm_addr);
691 BreakpointCreateByAddress (addr_t address);
727 WatchAddress (lldb::addr_t addr, size_t size, bool read, bool write, SBError& error);
769 GetInstructions (lldb::addr_t base_addr, const void *buf, size_t size);
772 GetInstructionsWithFlavor (lldb::addr_t base_addr, const char *flavor_string, const void *buf, size_t size);
790 lldb::addr_t
SBModule.h 35 lldb::addr_t header_addr);
104 ResolveFileAddress (lldb::addr_t vm_addr);
  /external/lldb/include/lldb/DataFormatters/
CXXFormatterFunctions.h 252 lldb::addr_t m_data_ptr;
299 lldb::addr_t key_ptr;
300 lldb::addr_t val_ptr;
330 lldb::addr_t m_data_ptr;
358 lldb::addr_t key_ptr;
359 lldb::addr_t val_ptr;
434 lldb::addr_t item_ptr;
463 lldb::addr_t m_data_ptr;
515 lldb::addr_t item_ptr;
597 lldb::addr_t m_base_data_address
    [all...]
  /external/lldb/source/API/
SBSection.cpp 134 lldb::addr_t
137 lldb::addr_t file_addr = LLDB_INVALID_ADDRESS;
144 lldb::addr_t
160 lldb::addr_t
280 const addr_t file_addr = section_sp->GetFileAddress();
  /external/lldb/source/Core/
ValueObjectMemory.cpp 68 lldb::addr_t load_address = m_address.GetLoadAddress(target_sp.get());
76 lldb::addr_t file_address = m_address.GetFileAddress();
108 lldb::addr_t load_address = m_address.GetLoadAddress (target_sp.get());
116 lldb::addr_t file_address = m_address.GetFileAddress();
220 lldb::addr_t load_addr = m_address.GetLoadAddress(target);
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 196 lldb::addr_t
200 DeallocateMemory (lldb::addr_t addr);
206 GetMemoryRegionInfo (lldb::addr_t addr,
256 lldb::addr_t
311 lldb::addr_t addr, // Address of breakpoint or watchpoint
  /external/lldb/source/Breakpoint/
BreakpointResolverFileLine.cpp 143 lldb::addr_t last_end_addr = LLDB_INVALID_ADDRESS;
149 lldb::addr_t start_file_addr = sc.line_entry.range.GetBaseAddress().GetFileAddress();
150 lldb::addr_t end_file_addr = start_file_addr + sc.line_entry.range.GetByteSize();
  /external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
UnwindAssemblyInstEmulation.h 74 lldb::addr_t addr,
82 lldb::addr_t addr,
103 // lldb::addr_t addr,
110 lldb::addr_t addr,
  /external/lldb/source/DataFormatters/
Cocoa.cpp 47 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
94 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
138 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
184 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
233 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
311 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
436 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
501 lldb::addr_t valobj_addr = valobj.GetValueAsUnsigned(0);
  /external/lldb/source/Plugins/Process/POSIX/
ProcessMessage.cpp 18 inline void AppendFaultAddr(std::string& str, lldb::addr_t addr)
28 ProcessMessage::GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr)
  /external/lldb/source/Plugins/Process/Utility/
RegisterContextMemory.cpp 34 addr_t reg_data_addr
125 addr_t reg_addr = m_reg_data_addr + reg_info->byte_offset;

Completed in 120 milliseconds

1 2 3 4 56 7 8 91011>>