The access mode attributes set whether GDB may make read or
write accesses to a memory region.
While these attributes prevent GDB from performing invalid
memory accesses, they do nothing to prevent the target system, I/O DMA,
etc. from accessing memory.
ro
Memory is read only.
wo
Memory is write only.
rw
Memory is read/write. This is the default.
This document was generated
by Stephen Zander on April, 18 2003
using texi2html