Searched refs:process_address (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 512 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() 632 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory() 639 Address absolute_address(process_address); in ReadMemory() 652 uint64_t offset = process_address - allocation.m_process_start; in ReadMemory() 684 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory() 699 process_sp->ReadMemory(process_address, bytes, size, error); in ReadMemory() 724 ReadMemory(buf.GetBytes(), process_address, size, error); in ReadScalarFromMemory() [all …]
|
| H A D | Materializer.cpp | 157 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() 208 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 214 (uint64_t)process_address + m_offset, in Dematerialize() 354 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() 441 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() 605 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 685 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() 853 const lldb::addr_t load_addr = process_address + m_offset; in Dematerialize() 957 const lldb::addr_t load_addr = process_address + m_offset; in DumpToLog() 1062 const lldb::addr_t load_addr = process_address + m_offset; in Materialize() [all …]
|
| H A D | IRInterpreter.cpp | 178 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() 224 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue() 339 bool ResolveConstant(lldb::addr_t process_address, const Constant *constant) { in ResolveConstant() argument 358 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 58 void Leak(lldb::addr_t process_address, Status &error); 59 void Free(lldb::addr_t process_address, Status &error); 61 void WriteMemory(lldb::addr_t process_address, const uint8_t *bytes, 63 void WriteScalarToMemory(lldb::addr_t process_address, Scalar &scalar, 65 void WritePointerToMemory(lldb::addr_t process_address, lldb::addr_t address, 67 void ReadMemory(uint8_t *bytes, lldb::addr_t process_address, size_t size, 69 void ReadScalarFromMemory(Scalar &scalar, lldb::addr_t process_address, 72 lldb::addr_t process_address, Status &error); 74 void GetMemoryData(DataExtractor &extractor, lldb::addr_t process_address,
|
| H A D | Materializer.h | 51 IRMemoryMap &map, lldb::addr_t process_address) in Dematerializer() argument 53 m_process_address(process_address) { in Dematerializer() 71 lldb::addr_t process_address, Status &err); 101 lldb::addr_t process_address, Status &err) = 0; 103 lldb::addr_t process_address, 106 virtual void DumpToLog(IRMemoryMap &map, lldb::addr_t process_address, 108 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
|