| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/ |
| H A D | UnwindAssemblyInstEmulation.h | 74 m_inst_emulator_up->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation() 85 WriteMemory(lldb_private::EmulateInstruction *instruction, void *baton, 107 size_t WriteMemory(lldb_private::EmulateInstruction *instruction,
|
| H A D | UnwindAssemblyInstEmulation.cpp | 409 size_t UnwindAssemblyInstEmulation::WriteMemory( in WriteMemory() function in UnwindAssemblyInstEmulation 415 ->WriteMemory(instruction, context, addr, dst, dst_len); in WriteMemory() 419 size_t UnwindAssemblyInstEmulation::WriteMemory( in WriteMemory() function in UnwindAssemblyInstEmulation
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 399 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc() 513 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory() function in IRMemoryMap 524 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory() 562 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory() 570 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory() 602 return WriteMemory(process_address, buf, mem_size, error); in WriteScalarToMemory()
|
| H A D | IRInterpreter.cpp | 225 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue() 361 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant() 1239 execution_unit.WriteMemory(D, buffer.GetBytes(), buffer.GetByteSize(), in Interpret() 1318 execution_unit.WriteMemory(R, buffer.GetBytes(), buffer.GetByteSize(), in Interpret()
|
| H A D | Materializer.cpp | 108 map.WriteMemory(mem, m_persistent_variable_sp->GetValueBytes(), in MakeAllocation() 569 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize() 1228 map.WriteMemory(load_addr, register_data.GetDataStart(), in Materialize()
|
| H A D | IRExecutionUnit.cpp | 64 WriteMemory(allocation_process_addr, bytes, size, error); in WriteNow() 1211 WriteMemory(record.m_process_address, (uint8_t *)record.m_host_address, in WriteData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBProcess.i | 263 print('SBProcess.WriteMemory() failed!')") WriteMemory; 265 WriteMemory (addr_t addr, const void *buf, size_t size, lldb::SBError &error);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContextMemory.cpp | 126 if (process_sp->WriteMemory(m_reg_data_addr, data_sp->GetBytes(), in WriteAllRegisterValues()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRMemoryMap.h | 58 void WriteMemory(lldb::addr_t process_address, const uint8_t *bytes,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 62 Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | NativeProcessFreeBSD.h | 65 Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | EmulateInstruction.cpp | 203 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory() function in EmulateInstruction 277 return process_sp->WriteMemory(addr, src, src_len, error); in WriteMemoryFrame()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
| H A D | ABISysV_hexagon.cpp | 1092 proc->WriteMemory(sp, arg.data_up.get(), arg.size, error); in PrepareTrivialCall() 1143 proc->WriteMemory(sp + offs, (void *)¶m, sizeof(param), error); in PrepareTrivialCall()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.cpp | 843 if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP() 853 if (!WriteMemory(context_t2, address + size, buffer, in EmulateLDPSTP() 1010 if (!WriteMemory(context, address, buffer, reg_info_Rt.byte_size)) in EmulateLDRSTRImm()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 233 if (process->WriteMemory(sp, arg.data_up.get(), arg.size, error) < arg.size in PrepareTrivialCall() 290 if (process->WriteMemory(sp - offset, value, size, error) < size || in PrepareTrivialCall()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcess.h | 187 size_t WriteMemory(addr_t addr, const void *buf, size_t size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | NativeProcessProtocol.cpp | 382 error = WriteMemory(addr, saved.data(), saved.size(), bytes_written); in RemoveSoftwareBreakpoint() 440 error = WriteMemory(addr, expected_trap->data(), expected_trap->size(), in EnableSoftwareBreakpoint()
|
| H A D | NativeRegisterContext.cpp | 395 error = process.WriteMemory(dst_addr, dst, bytes_copied, bytes_written); in WriteRegisterValueToMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 121 virtual Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
| H A D | EmulateInstructionPPC64.cpp | 320 WriteMemory(ctx, addr, &rs_val, sizeof(rs_val)); in EmulateSTD()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 1318 process->WriteMemory(addr, data_sp->GetBytes(), length, error); in DoExecute() 1450 if (process->WriteMemory(addr, entry.c_str(), len, error) == len) { in DoExecute() 1511 if (process->WriteMemory(addr, buffer.GetString().data(), in DoExecute()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 763 process->WriteMemory(path_addr, path.c_str(), path_len, utility_error); in DoLoadImage() 838 process->WriteMemory(path_array_addr, path_array.data(), in DoLoadImage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | EmulateInstruction.h | 418 bool WriteMemory(const Context &context, lldb::addr_t addr, const void *src,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | RegisterContext.cpp | 416 process_sp->WriteMemory(dst_addr, dst, bytes_copied, error); in WriteRegisterValueToMemory()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcess.cpp | 943 size_t SBProcess::WriteMemory(addr_t addr, const void *src, size_t src_len, in WriteMemory() function in SBProcess 945 LLDB_RECORD_DUMMY(size_t, SBProcess, WriteMemory, in WriteMemory() 959 process_sp->WriteMemory(addr, src, src_len, sb_error.ref()); in WriteMemory()
|