Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Invocation.html
blobc798fc9e7fe6b353abb80077efd60321b4166e23
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="Invocation">Invocation</a>,
13 Next:<a rel="next" accesskey="n" href="Commands.html#Commands">Commands</a>,
14 Previous:<a rel="previous" accesskey="p" href="Sample-Session.html#Sample%20Session">Sample Session</a>,
15 Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
16 <hr><br>
17 </div>
19 <h2 class="chapter">Getting In and Out of GDB</h2>
21 <p>This chapter discusses how to start GDB, and how to get out of it.
22 The essentials are:
23 <ul>
24 <li>type <code>gdb</code> to start GDB.
25 <li>type <kbd>quit</kbd> or <kbd>C-d</kbd> to exit.
26 </ul>
28 <ul class="menu">
29 <li><a accesskey="1" href="Invoking-GDB.html#Invoking%20GDB">Invoking GDB</a>: How to start GDB
30 <li><a accesskey="2" href="Quitting-GDB.html#Quitting%20GDB">Quitting GDB</a>: How to quit GDB
31 <li><a accesskey="3" href="Shell-Commands.html#Shell%20Commands">Shell Commands</a>: How to use shell commands inside GDB
32 </ul>
34 </body></html>