GdbMiSession.targetSetMemoryAttributes
MiPendingCommand targetSetMemoryAttributes(string startAddress, string endAddress, string attributes) @trustedTries to set memory attributes for a range in GDB. See GDB 'mem' command documentation for details.
Parameters
startAddress | Start address. |
endAddress | End address. |
attributes | Attributes (e.g., "rw", "ro", "wo"). |
Returns
A pending command for the change.