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=
"GDB%20Files">GDB Files
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Targets.html#Targets">Targets
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Altering.html#Altering">Altering
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"index.html#Top">Top
</a>
19 <h2 class=
"chapter">GDB Files
</h2>
21 GDB needs to know the file name of the program to be debugged,
22 both in order to read its symbol table and in order to start your
23 program. To debug a core dump of a previous run, you must also tell
24 GDB the name of the core dump file.
27 <li><a accesskey=
"1" href=
"Files.html#Files">Files
</a>: Commands to specify files
28 <li><a accesskey=
"2" href=
"Symbol-Errors.html#Symbol%20Errors">Symbol Errors
</a>: Errors reading symbol files