Lines Matching defs:memory
95 // We shall try if cross-process-memory reads work by attempting to read a
102 "Fast memory reads enabled.");
105 "syscall process_vm_readv failed (error: {0}). Fast memory "
537 // the child finishes sharing memory.
1206 // FIXME review that the final memory region returned extends to the end of
1210 // Use an approach that reads memory regions from /proc/{pid}/maps. Assume
1252 // The target address is within the memory region we're processing here.
1257 // The target memory address comes somewhere after the region we just
1263 // load address and the end of the memory as size.
1277 // one memory region if memory region handling is supported.
1279 LLDB_LOG(log, "reusing {0} cached memory region entries",
1324 "for memory region metadata retrieval");
1328 LLDB_LOG(log, "read {0} memory region entries from /proc/{1}/maps",
1331 // We support memory retrieval, remember that.
1339 LLDB_LOG(log, "clearing {0} entries from memory region cache",
1353 "No executable memory region found!");
1370 llvm::SmallVector<uint8_t, 8> memory(syscall_data.Insn.size());
1373 ReadMemory(exe_addr, memory.data(), memory.size(), bytes_read)
1379 [&] { WriteMemory(exe_addr, memory.data(), memory.size(), bytes_read); });