correcting the effects of one bug and go on to learn about another.
</ul>
-The program being debugged can be written in Ada, C, C++, Objective-C,
-Pascal (and many other languages). Those programs might be executing
-on the same machine as GDB (native) or on another machine (remote). GDB
-can run on most popular UNIX and Microsoft Windows variants.<p>
+Those programs might be executing on the same machine as GDB (native)
+or on another machine (remote). GDB can run on most popular UNIX and
+Microsoft Windows variants.<p>
+
+<h3>What Languages does GDB Support?</h3>
+
+GDB supports the following languages (in alphabetical order):
+<ul>
+ <li> Ada</li>
+ <li> Assembly</li>
+ <li> C</li>
+ <li> C++</li>
+ <li> D</li>
+ <li> Fortran</li>
+ <li> Go</li>
+ <li> Objective-C</li>
+ <li> OpenCL</li>
+ <li> Modula-2</li>
+ <li> Pascal</li>
+ <li> Rust</li>
+</ul>
<h3>GDB version 8.1</h3>
<p>Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.</p>
-<p>Last modified 2018-01-31.</p>
+<p>Last modified 2018-02-09.</p>
</address>
</body>