Home
last modified time | relevance | path

Searched refs:process_address (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp512 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory() argument
523 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory()
535 uint64_t offset = process_address - allocation.m_process_start; in WriteMemory()
600 return WriteMemory(process_address, buf, mem_size, error); in WriteScalarToMemory()
631 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory()
638 Address absolute_address(process_address); in ReadMemory()
651 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory()
683 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory()
698 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory()
723 ReadMemory(buf.GetBytes(), process_address, size, error); in ReadScalarFromMemory()
[all …]
H A DMaterializer.cpp153 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
205 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
211 (uint64_t)process_address + m_offset, in Dematerialize()
346 void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, in DumpToLog() argument
352 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
443 const lldb::addr_t load_addr = process_address + m_offset; in Materialize()
606 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
686 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
999 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize()
1099 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog()
[all …]
H A DIRInterpreter.cpp178 lldb::addr_t process_address = ResolveValue(value, module); in EvaluateValue() local
184 m_execution_unit.GetMemoryData(value_extractor, process_address, in EvaluateValue()
202 lldb::addr_t process_address = ResolveValue(value, module); in AssignValue() local
204 if (process_address == LLDB_INVALID_ADDRESS) in AssignValue()
226 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue()
344 bool ResolveConstant(lldb::addr_t process_address, const Constant *constant) { in ResolveConstant() argument
363 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DIRMemoryMap.h55 void Leak(lldb::addr_t process_address, Status &error);
56 void Free(lldb::addr_t process_address, Status &error);
58 void WriteMemory(lldb::addr_t process_address, const uint8_t *bytes,
60 void WriteScalarToMemory(lldb::addr_t process_address, Scalar &scalar,
62 void WritePointerToMemory(lldb::addr_t process_address, lldb::addr_t address,
64 void ReadMemory(uint8_t *bytes, lldb::addr_t process_address, size_t size,
66 void ReadScalarFromMemory(Scalar &scalar, lldb::addr_t process_address,
69 lldb::addr_t process_address, Status &error);
71 void GetMemoryData(DataExtractor &extractor, lldb::addr_t process_address,
H A DMaterializer.h48 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer() argument
50 m_process_address(process_address) { in Dematerializer()
68 lldb::addr_t process_address, Status &err);
120 lldb::addr_t process_address, Status &err) = 0;
122 lldb::addr_t process_address,
125 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address,
127 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;