Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / info / gdb / Support.html
blobe9dbde05d66cf340d5ac1e912bce7955fc3aa608
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="Support">Support</a>,
13 Previous:<a rel="previous" accesskey="p" href="Checks.html#Checks">Checks</a>,
14 Up:<a rel="up" accesskey="u" href="Languages.html#Languages">Languages</a>
15 <hr><br>
16 </div>
18 <h3 class="section">Supported languages</h3>
20 GDB supports C, C<tt>++</tt>, Fortran, Java, Chill, assembly, and Modula-2.
21 Some GDB features may be used in expressions regardless of the
22 language you use: the GDB <code>@</code> and <code>::</code> operators,
23 and the <code>{type}addr</code> construct (see <a href="Expressions.html#Expressions">Expressions</a>) can be used with the constructs of any supported
24 language.
26 <p>The following sections detail to what degree each source language is
27 supported by GDB. These sections are not meant to be language
28 tutorials or references, but serve only as a reference guide to what the
29 GDB expression parser accepts, and what input and output
30 formats should look like for different languages. There are many good
31 books written on each of these languages; please look to these for a
32 language reference or tutorial.
34 <ul class="menu">
35 <li><a accesskey="1" href="C.html#C">C</a>: C and C<tt>++</tt>
36 <li><a accesskey="2" href="Modula-2.html#Modula-2">Modula-2</a>: Modula-2
37 <li><a accesskey="3" href="Chill.html#Chill">Chill</a>: Chill
38 </ul>
40 </body></html>