3 <title>Debugging with GDB
</title>
4 <meta http-equiv=
"Content-Type" content=
"text/html">
5 <meta name=
"description" content=
"Debugging with GDB">
6 <meta name=
"generator" content=
"makeinfo 4.3">
7 <link href=
"http://www.gnu.org/software/texinfo/" rel=
"generator-home">
12 Node:
<a name=
"Overlays">Overlays
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Languages.html#Languages">Languages
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Tracepoints.html#Tracepoints">Tracepoints
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"index.html#Top">Top
</a>
19 <h2 class=
"chapter">Debugging Programs That Use Overlays
</h2>
21 <p>If your program is too large to fit completely in your target system's
22 memory, you can sometimes use
<dfn>overlays
</dfn> to work around this
23 problem. GDB provides some support for debugging programs that
27 <li><a accesskey=
"1" href=
"How-Overlays-Work.html#How%20Overlays%20Work">How Overlays Work
</a>: A general explanation of overlays.
28 <li><a accesskey=
"2" href=
"Overlay-Commands.html#Overlay%20Commands">Overlay Commands
</a>: Managing overlays in GDB.
29 <li><a accesskey=
"3" href=
"Automatic-Overlay-Debugging.html#Automatic%20Overlay%20Debugging">Automatic Overlay Debugging
</a>: GDB can find out which overlays are
30 mapped by asking the inferior.
31 <li><a accesskey=
"4" href=
"Overlay-Sample-Program.html#Overlay%20Sample%20Program">Overlay Sample Program
</a>: A sample program using overlays.