GdbMiSession.dataWriteMemory

MiPendingCommand dataWriteMemory(string address, int wordSize, string value) @trusted

Writes memory to the debugged process.

Parameters

addressMemory address.
wordSizeSize of the value in bytes.
valueValue to write.

Returns

A pending command for -data-write-memory.