Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / TUI.html
blobe38153fc35670e659eb1d5503100e3e84b60c9d0
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="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>
16 <hr><br>
17 </div>
19 <h2 class="chapter">GDB Text User Interface</h2>
21 <ul class="menu">
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
26 </ul>
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>).
35 </body></html>