8.13.1.2 Memory Access Size
The acccess size attributes tells GDB to use specific sized
accesses in the memory region. Often memory mapped device registers
require specific sized accesses. If no access size attribute is
specified, GDB may use accesses of any size.
8
- Use 8 bit memory accesses.
16
- Use 16 bit memory accesses.
32
- Use 32 bit memory accesses.
64
- Use 64 bit memory accesses.
This document was generated
by Christian Perrier on February, 7 2004
using texi2html