GdbMiSession.targetSetMemoryAttributes

MiPendingCommand targetSetMemoryAttributes(string startAddress, string endAddress, string attributes) @trusted

Tries to set memory attributes for a range in GDB. See GDB 'mem' command documentation for details.

Parameters

startAddressStart address.
endAddressEnd address.
attributesAttributes (e.g., "rw", "ro", "wo").

Returns

A pending command for the change.