Home
last modified time | relevance | path

Searched refs:WriteMemory (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h77 m_inst_emulator_ap->SetCallbacks(ReadMemory, WriteMemory, ReadRegister, in UnwindAssemblyInstEmulation()
88 WriteMemory(lldb_private::EmulateInstruction *instruction, void *baton,
110 size_t WriteMemory(lldb_private::EmulateInstruction *instruction,
H A DUnwindAssemblyInstEmulation.cpp384 size_t UnwindAssemblyInstEmulation::WriteMemory( in WriteMemory() function in UnwindAssemblyInstEmulation
390 ->WriteMemory(instruction, context, addr, dst, dst_len); in WriteMemory()
394 size_t UnwindAssemblyInstEmulation::WriteMemory( in WriteMemory() function in UnwindAssemblyInstEmulation
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp400 WriteMemory(aligned_address, zero_buf.data(), size, write_error); in Malloc()
512 void IRMemoryMap::WriteMemory(lldb::addr_t process_address, in WriteMemory() function in IRMemoryMap
523 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory()
561 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory()
569 process_sp->WriteMemory(process_address, bytes, size, error); in WriteMemory()
600 return WriteMemory(process_address, buf, mem_size, error); in WriteScalarToMemory()
H A DIRInterpreter.cpp224 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in AssignValue()
358 m_execution_unit.WriteMemory(process_address, buf.GetBytes(), in ResolveConstant()
1374 execution_unit.WriteMemory(D, buffer.GetBytes(), buffer.GetByteSize(), in Interpret()
1467 execution_unit.WriteMemory(R, buffer.GetBytes(), buffer.GetByteSize(), in Interpret()
H A DMaterializer.cpp123 map.WriteMemory(mem, m_persistent_variable_sp->GetValueBytes(), in MakeAllocation()
575 map.WriteMemory(m_temporary_allocation, data.GetDataStart(), in Materialize()
1223 map.WriteMemory(load_addr, register_data.GetDataStart(), in Materialize()
H A DIRExecutionUnit.cpp63 WriteMemory(allocation_process_addr, bytes, size, error); in WriteNow()
1167 WriteMemory(record.m_process_address, (uint8_t *)record.m_host_address, in WriteData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp131 if (process_sp->WriteMemory(m_reg_data_addr, data_sp->GetBytes(), in WriteAllRegisterValues()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h61 Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DIRMemoryMap.h61 void WriteMemory(lldb::addr_t process_address, const uint8_t *bytes,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DEmulateInstruction.cpp211 bool EmulateInstruction::WriteMemory(const Context &context, lldb::addr_t addr, in WriteMemory() function in EmulateInstruction
285 return process_sp->WriteMemory(addr, src, src_len, error); in WriteMemoryFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.h91 size_t WriteMemory(lldb::addr_t vm_addr, const void *buf, size_t size,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp1107 proc->WriteMemory(sp, arg.data_ap.get(), arg.size, error); in PrepareTrivialCall()
1158 proc->WriteMemory(sp + offs, (void *)&param, sizeof(param), error); in PrepareTrivialCall()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.cpp853 if (!WriteMemory(context_t, address + 0, buffer, reg_info_Rt.byte_size)) in EmulateLDPSTP()
863 if (!WriteMemory(context_t2, address + size, buffer, in EmulateLDPSTP()
1020 if (!WriteMemory(context, address, buffer, reg_info_Rt.byte_size)) in EmulateLDRSTRImm()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp415 error = WriteMemory(addr, saved.data(), saved.size(), bytes_written); in RemoveSoftwareBreakpoint()
473 error = WriteMemory(addr, expected_trap->data(), expected_trap->size(), in EnableSoftwareBreakpoint()
H A DNativeRegisterContext.cpp396 error = process.WriteMemory(dst_addr, dst, bytes_copied, bytes_written); in WriteRegisterValueToMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h87 Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h200 size_t WriteMemory(addr_t addr, const void *buf, size_t size,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h90 virtual Status WriteMemory(lldb::addr_t addr, const void *buf, size_t size,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.cpp326 WriteMemory(ctx, addr, &rs_val, sizeof(rs_val)); in EmulateSTD()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DRegisterContext.cpp387 process_sp->WriteMemory(dst_addr, dst, bytes_copied, error); in WriteRegisterValueToMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DEmulateInstruction.h441 bool WriteMemory(const Context &context, lldb::addr_t addr, const void *src,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1370 process->WriteMemory(addr, data_sp->GetBytes(), length, error); in DoExecute()
1510 if (process->WriteMemory(addr, entry.c_str(), len, error) == len) { in DoExecute()
1578 if (process->WriteMemory(addr, buffer.GetString().data(), in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp1113 process->WriteMemory(path_addr, path.c_str(), path_len, utility_error); in DoLoadImage()
1184 process->WriteMemory(path_array_addr, path_array.data(), in DoLoadImage()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1062 size_t SBProcess::WriteMemory(addr_t addr, const void *src, size_t src_len, in WriteMemory() function in SBProcess
1083 process_sp->WriteMemory(addr, src, src_len, sb_error.ref()); in WriteMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1301 if (!WriteMemory(context, address, buffer, reg_info_src.byte_size)) in Emulate_SW()
1561 if (!WriteMemory(context, address, buffer, reg_info_src.byte_size)) in Emulate_SWSP()
1644 if (!WriteMemory(context, base_address, buffer, reg_info_src.byte_size)) in Emulate_SWM16_32()

12