Next: Languages, Previous: Tracepoints, Up: Top [Contents][Index]
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. ROCGDB provides some support for debugging programs that use overlays.
• How Overlays Work: | A general explanation of overlays. | |
• Overlay Commands: | Managing overlays in ROCGDB. | |
• Automatic Overlay Debugging: | ROCGDB can find out which overlays are mapped by asking the inferior. | |
• Overlay Sample Program: | A sample program using overlays. |