Searched refs:ReadMemory (Results 1 - 25 of 70) sorted by relevance

123

/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp91 if (!(cursor = ReadMemory(cursor, &info.version, word_size)))
94 if (!(cursor = ReadMemory(cursor + padding, &info.map_addr, address_size)))
97 if (!(cursor = ReadMemory(cursor, &info.brk, address_size)))
100 if (!(cursor = ReadMemory(cursor, &info.state, word_size)))
103 if (!(cursor = ReadMemory(cursor + padding, &info.ldbase, address_size)))
237 DYLDRendezvous::ReadMemory(addr_t addr, void *dst, size_t size) function in class:DYLDRendezvous
282 if (!(addr = ReadMemory(addr, &entry.base_addr, address_size)))
285 if (!(addr = ReadMemory(addr, &entry.path_addr, address_size)))
288 if (!(addr = ReadMemory(addr, &entry.dyn_addr, address_size)))
291 if (!(addr = ReadMemory(add
[all...]
H A DDYLDRendezvous.h202 ReadMemory(lldb::addr_t addr, void *dst, size_t size);
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp121 if (process->ReadMemory (frame.fp, &frame.fp, k_frame_size, error) != k_frame_size)
160 if (first_frame_sp && process->ReadMemory (first_frame_sp, &frame.pc, sizeof(frame.pc), error) == sizeof(frame.pc))
219 if (process->ReadMemory (frame.fp, &frame.fp, k_frame_size, error) != k_frame_size)
259 if (process->ReadMemory (first_frame_sp, &frame.pc, sizeof(frame.pc), error) == sizeof(frame.pc))
H A DRegisterContextMemory.cpp142 if (process_sp->ReadMemory(m_reg_data_addr, data_sp->GetBytes(), data_sp->GetByteSize(), error) == data_sp->GetByteSize())
/external/lldb/test/python_api/default-constructor/
H A Dsb_process.py37 obj.ReadMemory(0x0000ffff, 10, error)
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h71 ReadMemory (lldb_private::EmulateInstruction *instruction,
101 // ReadMemory (lldb_private::EmulateInstruction *instruction,
145 m_inst_emulator_ap->SetCallbacks (ReadMemory, WriteMemory, ReadRegister, WriteRegister);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h110 ReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
/external/lldb/source/Plugins/Process/mach-core/
H A DProcessMachCore.h106 ReadMemory (lldb::addr_t addr, void *buf, size_t size, lldb_private::Error &error);
/external/lldb/source/Expression/
H A DIRMemoryMap.cpp545 IRMemoryMap::ReadMemory (uint8_t *bytes, lldb::addr_t process_address, size_t size, Error &error) function in class:IRMemoryMap
557 process_sp->ReadMemory(process_address, bytes, size, error);
566 target_sp->ReadMemory(absolute_address, false, bytes, size, error);
600 process_sp->ReadMemory(process_address, bytes, size, error);
619 process_sp->ReadMemory(process_address, bytes, size, error);
628 log->Printf("IRMemoryMap::ReadMemory (0x%" PRIx64 ", 0x%" PRIx64 ", 0x%" PRId64 ") came from [0x%" PRIx64 "..0x%" PRIx64 ")",
645 ReadMemory(buf.GetBytes(), process_address, size, error);
730 process_sp->ReadMemory(allocation.m_process_start, allocation.m_data.GetBytes(), allocation.m_data.GetByteSize(), error);
H A DMaterializer.cpp281 map.ReadMemory(m_persistent_variable_sp->GetValueBytes(),
337 map.ReadMemory(data.GetBytes(), load_addr, m_size, err);
368 map.ReadMemory(data.GetBytes(), target_address, m_persistent_variable_sp->GetByteSize(), err);
627 map.ReadMemory(data.GetBytes(), load_addr, m_size, err);
664 map.ReadMemory(data.GetBytes(), m_temporary_allocation, m_temporary_allocation_size, err);
850 map.ReadMemory(pvar_data, address, pvar_byte_size, read_error);
896 map.ReadMemory(data.GetBytes(), load_addr, m_size, err);
933 map.ReadMemory(data.GetBytes(), m_temporary_allocation, m_temporary_allocation_size, err);
1076 map.ReadMemory(data.GetBytes(), load_addr, m_size, err);
1253 map.ReadMemory(dat
[all...]
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp482 if (target->ReadMemory (addr, prefer_file_cache, opcode_data.data(), max_op_byte_size, error) == -1)
555 if (target->ReadMemory (m_cur_insn, prefer_file_cache, m_cur_insn_bytes, insn_len, error) == -1)
693 if (target->ReadMemory (last_seven_bytes, prefer_file_cache, bytebuf, 7, error) != -1)
709 if (target->ReadMemory (last_two_bytes, prefer_file_cache, bytebuf, 2, error) != -1)
770 if (target->ReadMemory (func.GetBaseAddress(), prefer_file_cache, bytebuf, sizeof (bytebuf), error) == -1)
853 if (target->ReadMemory (m_cur_insn, prefer_file_cache, m_cur_insn_bytes, insn_len, error) == -1)
/external/lldb/test/python_api/process/
H A DTestProcessAPI.py2 Test SBProcess APIs, including ReadMemory(), WriteMemory(), and others.
19 """Test Python SBProcess.ReadMemory() API."""
26 """Test Python SBProcess.ReadMemory() API."""
79 """Test Python SBProcess.ReadMemory() API."""
100 # Due to the typemap magic (see lldb.swig), we pass in 1 to ReadMemory and
104 content = process.ReadMemory(val.AddressOf().GetValueAsUnsigned(), 1, error)
106 self.fail("SBProcess.ReadMemory() failed")
110 self.expect(content, "Result from SBProcess.ReadMemory() matches our expected output: 'x'",
199 # Due to the typemap magic (see lldb.swig), we pass in 1 to ReadMemory and
201 content = process.ReadMemory(locatio
[all...]
/external/lldb/include/lldb/Expression/
H A DIRMemoryMap.h59 void ReadMemory (uint8_t *bytes, lldb::addr_t process_address, size_t size, Error &error);
/external/lldb/source/DataFormatters/
H A DNSSet.cpp225 process_sp->ReadMemory (data_location, m_data_32, sizeof(DataDescriptor_32), error);
230 process_sp->ReadMemory (data_location, m_data_64, sizeof(DataDescriptor_64), error);
367 process_sp->ReadMemory (data_location, m_data_32, sizeof(DataDescriptor_32), error);
372 process_sp->ReadMemory (data_location, m_data_64, sizeof(DataDescriptor_64), error);
H A DNSDictionary.cpp310 process_sp->ReadMemory (data_location, m_data_32, sizeof(DataDescriptor_32), error);
315 process_sp->ReadMemory (data_location, m_data_64, sizeof(DataDescriptor_64), error);
472 process_sp->ReadMemory (data_location, m_data_32, sizeof(DataDescriptor_32), error);
477 process_sp->ReadMemory (data_location, m_data_64, sizeof(DataDescriptor_64), error);
H A DNSArray.cpp163 process_sp->ReadMemory (data_location, m_data_32, sizeof(DataDescriptor_32), error);
168 process_sp->ReadMemory (data_location, m_data_64, sizeof(DataDescriptor_64), error);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h67 nub_size_t ReadMemory (nub_addr_t addr, nub_size_t size, void *buf);
/external/lldb/include/lldb/API/
H A DSBProcess.h221 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
/external/lldb/scripts/Python/interface/
H A DSBProcess.i253 content = process.ReadMemory(addr, 4, error)
256 ") ReadMemory;
258 ReadMemory (addr_t addr, void *buf, size_t size, lldb::SBError &error);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h92 ReadMemory(lldb::addr_t vm_addr, void *buf, size_t size,
/external/lldb/source/Symbol/
H A DObjectFile.cpp433 ObjectFile::ReadMemory (const ProcessSP &process_sp, lldb::addr_t addr, size_t byte_size) function in class:ObjectFile
440 const size_t bytes_read = process_sp->ReadMemory (addr,
481 return process_sp->ReadMemory (base_load_addr + section_offset, dst, dst_len, error);
530 DataBufferSP data_sp (ReadMemory (process_sp, base_load_addr, section->GetByteSize()));
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp81 size_t bytes_read = process->ReadMemory (original_ptr,
239 size_t bytes_read = process->ReadMemory (offset_to_top_location,
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp392 if (process->ReadMemory(hash_table_ptr, buffer.GetBytes(), 20, error) == 20)
408 if (process->ReadMemory(buckets_ptr, buffer.GetBytes(), data_size, error) == data_size)
H A DAppleObjCRuntimeV2.cpp1077 process->ReadMemory(addr, objc_class_buf.GetBytes(), objc_class_size, error);
1136 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1207 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1243 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1286 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1329 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1376 process->ReadMemory(addr, buffer.GetBytes(), size, error);
1855 if (process->ReadMemory(class_infos_addr, buffer.GetBytes(), buffer.GetByteSize(), err) == buffer.GetByteSize())
2106 if (process->ReadMemory(class_infos_addr,
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp286 if (m_process->ReadMemory (shlib_addr, buf, 4, error) == 4)
722 if (m_process->ReadMemory (m_dyld_all_image_infos_addr, buf, 4, error) == 4)
749 const size_t bytes_read = m_process->ReadMemory (m_dyld_all_image_infos_addr, buf, count, error);
1028 const size_t bytes_read = m_process->ReadMemory (image_infos_addr,
1146 size_t bytes_read = m_process->ReadMemory (addr,
1186 size_t load_cmd_bytes_read = m_process->ReadMemory (load_cmd_addr,

Completed in 630 milliseconds

123