[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
11. 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. No value for GDBN provides some support for debugging programs that use overlays.
11.1 How Overlays Work | A general explanation of overlays. | |
11.2 Overlay Commands | Managing overlays in No value for GDBN. | |
11.3 Automatic Overlay Debugging | No value for GDBN can find out which overlays are mapped by asking the inferior. | |
11.4 Overlay Sample Program | A sample program using overlays. |