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=
"Keyboard%20Macros">Keyboard Macros
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Miscellaneous-Commands.html#Miscellaneous%20Commands">Miscellaneous Commands
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Commands-For-Completion.html#Commands%20For%20Completion">Commands For Completion
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"Bindable-Readline-Commands.html#Bindable%20Readline%20Commands">Bindable Readline Commands
</a>
19 <h4 class=
"subsection">Keyboard Macros
</h4>
23 <br><dt><code>start-kbd-macro (C-x ()
</code>
24 <dd>Begin saving the characters typed into the current keyboard macro.
26 <br><dt><code>end-kbd-macro (C-x ))
</code>
27 <dd>Stop saving the characters typed into the current keyboard macro
28 and save the definition.
30 <br><dt><code>call-last-kbd-macro (C-x e)
</code>
31 <dd>Re-execute the last keyboard macro defined, by making the characters
32 in the macro appear as if typed at the keyboard.