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=
"Introduction%20and%20Notation">Introduction and Notation
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Readline-Interaction.html#Readline%20Interaction">Readline Interaction
</a>,
14 Up:
<a rel=
"up" accesskey=
"u" href=
"Command-Line-Editing.html#Command%20Line%20Editing">Command Line Editing
</a>
18 <h3 class=
"section">Introduction to Line Editing
</h3>
20 <p>The following paragraphs describe the notation used to represent
23 <p>The text
<kbd>C-k
</kbd> is read as `Control-K' and describes the character
24 produced when the
<k
> key is pressed while the Control key
27 <p>The text
<kbd>M-k
</kbd> is read as `Meta-K' and describes the character
28 produced when the Meta key (if you have one) is depressed, and the
<k
>
30 The Meta key is labeled
<ALT
> on many keyboards.
31 On keyboards with two keys labeled
<ALT
> (usually to either side of
32 the space bar), the
<ALT
> on the left side is generally set to
34 The
<ALT
> key on the right may also be configured to work as a
35 Meta key or may be configured as some other modifier, such as a
36 Compose key for typing accented characters.
38 <p>If you do not have a Meta or
<ALT
> key, or another key working as
39 a Meta key, the identical keystroke can be generated by typing
<ESC
>
40 <em>first
</em>, and then typing
<k
>.
41 Either process is known as
<dfn>metafying
</dfn> the
<k
> key.
43 <p>The text
<kbd>M-C-k
</kbd> is read as `Meta-Control-k' and describes the
44 character produced by
<dfn>metafying
</dfn> <kbd>C-k
</kbd>.
46 <p>In addition, several keys have their own names. Specifically,
47 <DEL
>,
<ESC
>,
<LFD
>,
<SPC
>,
<RET
>, and
<TAB
> all
48 stand for themselves when seen in this text, or in an init file
49 (see
<a href=
"Readline-Init-File.html#Readline%20Init%20File">Readline Init File
</a>).
50 If your keyboard lacks a
<LFD
> key, typing
<C-j
> will
51 produce the desired character.
52 The
<RET
> key may be labeled
<Return
> or
<Enter
> on