Home
last modified time | relevance | path

Searched refs:ReadMemoryFromInferior (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DProcessStructReader.h74 process->ReadMemoryFromInferior(base_addr, buffer_sp->GetBytes(), in ProcessStructReader()
H A DProcess.h1479 size_t ReadMemoryFromInferior(lldb::addr_t vm_addr, void *buf, size_t size,
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp161 m_process.ReadMemoryFromInferior(addr, dst, dst_len, error); in Read()
230 size_t process_bytes_read = m_process.ReadMemoryFromInferior( in Read()
H A DProcess.cpp1946 ReadMemoryFromInferior(addr, const_cast<char *>(verify_buf.data()), in ReadMemory()
1962 return ReadMemoryFromInferior(addr, buf, size, error); in ReadMemory()
2034 size_t Process::ReadMemoryFromInferior(addr_t addr, void *buf, size_t size, in ReadMemoryFromInferior() function in Process
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp255 if (process->ReadMemoryFromInferior (kernel_addresses_64[i], uval, 8, read_err) == 8) in SearchForKernelWithDebugHints()
269 if (process->ReadMemoryFromInferior (kernel_addresses_32[i], uval, 4, read_err) == 4) in SearchForKernelWithDebugHints()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp918 size_t bytes_read = process.ReadMemoryFromInferior(load_addr, &annotations, in ExtractCrashInfoAnnotations()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6827 const size_t bytes_read = process_sp->ReadMemoryFromInferior(