Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / GDB-Files.html
blob25dc0fa4827ff99f1fc5f123a8e181335cc384a8
1 <html lang="en">
2 <head>
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">
8 </head>
9 <body>
10 <div class="node">
11 <p>
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>
16 <hr><br>
17 </div>
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.
26 <ul class="menu">
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
29 </ul>
31 </body></html>