Debugging Programs That Use Overlays

Posted by Beetle B. on Fri 24 January 2020

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.

Read if I ever need this.

tags : gdb