Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcessStructReader.h75 process->ReadMemoryFromInferior(base_addr, buffer_sp->GetBytes(), in ProcessStructReader()
H A DProcess.h1501 size_t ReadMemoryFromInferior(lldb::addr_t vm_addr, void *buf, size_t size,
/openbsd-src/gnu/llvm/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.cpp1950 ReadMemoryFromInferior(addr, const_cast<char *>(verify_buf.data()), in ReadMemory()
1966 return ReadMemoryFromInferior(addr, buf, size, error); in ReadMemory()
2038 size_t Process::ReadMemoryFromInferior(addr_t addr, void *buf, size_t size, in ReadMemoryFromInferior() function in Process
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp253 if (process->ReadMemoryFromInferior (kernel_addresses_64[i], uval, 8, read_err) == 8) in SearchForKernelWithDebugHints()
267 if (process->ReadMemoryFromInferior (kernel_addresses_32[i], uval, 4, read_err) == 4) in SearchForKernelWithDebugHints()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp918 size_t bytes_read = process.ReadMemoryFromInferior(load_addr, &annotations, in ExtractCrashInfoAnnotations()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6858 const size_t bytes_read = process_sp->ReadMemoryFromInferior(