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=
"TUI">TUI
</a>,
13 Next:
<a rel=
"next" accesskey=
"n" href=
"Emacs.html#Emacs">Emacs
</a>,
14 Previous:
<a rel=
"previous" accesskey=
"p" href=
"Sequences.html#Sequences">Sequences
</a>,
15 Up:
<a rel=
"up" accesskey=
"u" href=
"index.html#Top">Top
</a>
19 <h2 class=
"chapter">GDB Text User Interface
</h2>
22 <li><a accesskey=
"1" href=
"TUI-Overview.html#TUI%20Overview">TUI Overview
</a>: TUI overview
23 <li><a accesskey=
"2" href=
"TUI-Keys.html#TUI%20Keys">TUI Keys
</a>: TUI key bindings
24 <li><a accesskey=
"3" href=
"TUI-Commands.html#TUI%20Commands">TUI Commands
</a>: TUI specific commands
25 <li><a accesskey=
"4" href=
"TUI-Configuration.html#TUI%20Configuration">TUI Configuration
</a>: TUI configuration variables
28 <p>The GDB Text User Interface, TUI in short,
29 is a terminal interface which uses the
<code>curses
</code> library
30 to show the source file, the assembly output, the program registers
31 and GDB commands in separate text windows.
32 The TUI is available only when GDB is configured
33 with the
<code>--enable-tui
</code> configure option (see
<a href=
"Configure-Options.html#Configure%20Options">Configure Options
</a>).