Initial bulk commit for "Git on MSys"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Numeric-Arguments.html
blobf7e416e4d0e0dd4bd957bc7d82bae9dd166ef1db
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="Numeric%20Arguments">Numeric Arguments</a>,
13 Next:<a rel="next" accesskey="n" href="Commands-For-Completion.html#Commands%20For%20Completion">Commands For Completion</a>,
14 Previous:<a rel="previous" accesskey="p" href="Commands-For-Killing.html#Commands%20For%20Killing">Commands For Killing</a>,
15 Up:<a rel="up" accesskey="u" href="Bindable-Readline-Commands.html#Bindable%20Readline%20Commands">Bindable Readline Commands</a>
16 <hr><br>
17 </div>
19 <h4 class="subsection">Specifying Numeric Arguments</h4>
21 <dl>
23 <br><dt><code>digit-argument (</code><kbd>M-0</kbd><code>, </code><kbd>M-1</kbd><code>, ... </code><kbd>M--</kbd><code>)</code>
24 <dd>Add this digit to the argument already accumulating, or start a new
25 argument. <kbd>M--</kbd> starts a negative argument.
27 <br><dt><code>universal-argument ()</code>
28 <dd>This is another way to specify an argument.
29 If this command is followed by one or more digits, optionally with a
30 leading minus sign, those digits define the argument.
31 If the command is followed by digits, executing <code>universal-argument</code>
32 again ends the numeric argument, but is otherwise ignored.
33 As a special case, if this command is immediately followed by a
34 character that is neither a digit or minus sign, the argument count
35 for the next command is multiplied by four.
36 The argument count is initially one, so executing this function the
37 first time makes the argument count four, a second time makes the
38 argument count sixteen, and so on.
39 By default, this is not bound to a key.
40 </dl>
42 </body></html>