Debugging Programs That Use Overlays
************************************
If your program is too large to fit completely in your target
system's memory, you can sometimes use "overlays" to work around this
problem. GDB provides some support for debugging programs that use
overlays.