Home
last modified time | relevance | path

Searched refs:ReadPointerFromMemory (Results 1 – 25 of 26) sorted by relevance

12

/external/lldb/examples/python/
Ddiagnose_unwind.py79 cur_fp = process.ReadPointerFromMemory (initial_fp, lldb.SBError())
80 cur_pc = process.ReadPointerFromMemory (initial_fp + process.GetAddressByteSize(), lldb.SBError())
96 next_pc = process.ReadPointerFromMemory(cur_fp + process.GetAddressByteSize(), error)
99 next_fp = process.ReadPointerFromMemory(cur_fp, error)
124 address = process.ReadPointerFromMemory(addr + (i * addr_size), error)
Ddiagnose_nsstring.py141 location = process.ReadPointerFromMemory(location,error)
152 location = process.ReadPointerFromMemory(location,error)
161 location = process.ReadPointerFromMemory(location,error)
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp233 m_isa = process_sp->ReadPointerFromMemory(isa, error); in Initialize()
249 m_parent_isa = process_sp->ReadPointerFromMemory(m_isa + ptr_size,error); in Initialize()
263 lldb::addr_t name_ptr = process_sp->ReadPointerFromMemory(m_isa + 2 * ptr_size,error); in Initialize()
341 …lldb::addr_t objc_debug_class_hash_ptr = process->ReadPointerFromMemory(objc_debug_class_hash_addr… in GetISAHashTablePointer()
448 isa = m_process->ReadPointerFromMemory(isa_addr, error); in UpdateISAToDescriptorMapIfNeeded()
DAppleObjCRuntimeV2.cpp643 m_buckets_ptr = m_process->ReadPointerFromMemory(cursor, err); in ParseHeader()
718 lldb::addr_t key = m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in operator *()
721 …lldb::addr_t value = m_parent.m_process->ReadPointerFromMemory(pair_ptr + m_parent.m_process->GetA… in operator *()
747 lldb::addr_t key = m_parent.m_process->ReadPointerFromMemory(pair_ptr, err); in AdvanceToValidIndex()
1633 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
1674 … m_isa_hash_table_ptr = process->ReadPointerFromMemory(gdb_objc_realized_classes_ptr, error); in GetISAHashTablePointer()
2598 uintptr_t slot_data = process->ReadPointerFromMemory(slot_ptr, error); in GetClassDescriptor()
DAppleObjCTrampolineHandler.cpp552 lldb::addr_t region_addr = m_process_sp->ReadPointerFromMemory (m_trampoline_header, error); in ReadRegions()
/external/lldb/source/DataFormatters/
DNSDictionary.cpp353 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex()
356 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex()
517 key_at_idx = process_sp->ReadPointerFromMemory(key_at_idx, error); in GetChildAtIndex()
520 val_at_idx = process_sp->ReadPointerFromMemory(val_at_idx, error); in GetChildAtIndex()
DNSSet.cpp267 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex()
410 obj_at_idx = process_sp->ReadPointerFromMemory(obj_at_idx, error); in GetChildAtIndex()
DCF.cpp152 addr_t data_ptr = process_sp->ReadPointerFromMemory(valobj_addr+2*ptr_size+2*ptr_size, error); in CFBitVectorSummaryProvider()
DCXXFormatterFunctions.cpp1039 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
1078 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
1117 location = process_sp->ReadPointerFromMemory(location, error); in NSStringSummaryProvider()
DNSArray.cpp254 m_items = process_sp->ReadPointerFromMemory(data_location, error); in Update()
/external/lldb/test/python_api/default-constructor/
Dsb_process.py41 obj.ReadPointerFromMemory(0xff, error)
/external/lldb/scripts/Python/interface/
DSBProcess.i318 ") ReadPointerFromMemory;
321 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
/external/lldb/include/lldb/Expression/
DIRMemoryMap.h61 void ReadPointerFromMemory (lldb::addr_t *address, lldb::addr_t process_address, Error &error);
/external/lldb/include/lldb/API/
DSBProcess.h233 ReadPointerFromMemory (addr_t addr, lldb::SBError &error);
/external/lldb/source/Expression/
DMaterializer.cpp225 map.ReadPointerFromMemory(&location, load_addr, read_error); in Dematerialize()
358 map.ReadPointerFromMemory (&target_address, load_addr, err); in DumpToLog()
799 map.ReadPointerFromMemory (&address, load_addr, read_error); in Dematerialize()
DIRInterpreter.cpp1221 memory_map.ReadPointerFromMemory(&R, P, read_error); in Interpret()
1321 memory_map.ReadPointerFromMemory(&R, P, read_error); in Interpret()
DIRMemoryMap.cpp675 IRMemoryMap::ReadPointerFromMemory (lldb::addr_t *address, lldb::addr_t process_address, Error &err… in ReadPointerFromMemory() function in IRMemoryMap
/external/lldb/source/Target/
DObjCLanguageRuntime.cpp546 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor()
DTarget.cpp1497 Target::ReadPointerFromMemory (const Address& addr, in ReadPointerFromMemory() function in Target
DProcess.cpp2524 Process::ReadPointerFromMemory (lldb::addr_t vm_addr, Error &error) in ReadPointerFromMemory() function in Process
/external/lldb/source/API/
DSBProcess.cpp1080 SBProcess::ReadPointerFromMemory (addr_t addr, lldb::SBError &sb_error) in ReadPointerFromMemory() function in SBProcess
1090 ptr = process_sp->ReadPointerFromMemory (addr, sb_error.ref()); in ReadPointerFromMemory()
/external/lldb/include/lldb/Target/
DTarget.h919 ReadPointerFromMemory (const Address& addr,
DProcess.h2805 ReadPointerFromMemory (lldb::addr_t vm_addr,
/external/lldb/source/Core/
DAddress.cpp743 … addr_t dereferenced_load_addr = process->ReadPointerFromMemory(load_addr, memory_error); in Dump()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1134 if (m_process->GetTarget().ReadPointerFromMemory (m_kext_summary_header_ptr_addr, in ReadKextSummaryHeader()

12