Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Commands.html
blob051005f85008e192c4eac54d69b96c7c136f52f7
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="Commands">Commands</a>,
13 Next:<a rel="next" accesskey="n" href="Running.html#Running">Running</a>,
14 Previous:<a rel="previous" accesskey="p" href="Invocation.html#Invocation">Invocation</a>,
15 Up:<a rel="up" accesskey="u" href="index.html#Top">Top</a>
16 <hr><br>
17 </div>
19 <h2 class="chapter">GDB Commands</h2>
21 <p>You can abbreviate a GDB command to the first few letters of the command
22 name, if that abbreviation is unambiguous; and you can repeat certain
23 GDB commands by typing just &lt;RET&gt;. You can also use the &lt;TAB&gt;
24 key to get GDB to fill out the rest of a word in a command (or to
25 show you the alternatives available, if there is more than one possibility).
27 <ul class="menu">
28 <li><a accesskey="1" href="Command-Syntax.html#Command%20Syntax">Command Syntax</a>: How to give commands to GDB
29 <li><a accesskey="2" href="Completion.html#Completion">Completion</a>: Command completion
30 <li><a accesskey="3" href="Help.html#Help">Help</a>: How to ask GDB for help
31 </ul>
33 </body></html>