GdbException on error.GdbMiSession.writeMemory
void writeMemory(string address, const(ubyte)[] bytes) @trustedWrites raw memory bytes from a buffer.
Parameters
address | Memory address. |
bytes | Bytes to write. |
void writeMemory(string address, const(ubyte)[] bytes) @trustedWrites raw memory bytes from a buffer.
address | Memory address. |
bytes | Bytes to write. |
GdbException on error.