main page: provide exhaustive list of supported languages in its own section
authorGDB Administrator <gdbadmin@sourceware.org>
Fri, 9 Feb 2018 04:15:55 +0000 (04:15 +0000)
committerGDB Administrator <gdbadmin@sourceware.org>
Fri, 9 Feb 2018 04:15:55 +0000 (04:15 +0000)
Rather than provide a sublist of supported languages in the "What is
GDB?" section, with the languages being chosen somewhat abitrarily,
move that information to its own new section right after it, and list
all supported languages.

index.html

index 1ac39f01620d7ed9a61160b197d40893dbeba2dc..4dcba5d49ebd89be9254a7fc416cd0889a158b0d 100644 (file)
@@ -65,10 +65,27 @@ of these) to help you catch bugs in the act:
 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>
 
@@ -262,7 +279,7 @@ Floor, Boston, MA 02110-1301 USA.</p>
 <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>
This page took 0.042715 seconds and 5 git commands to generate.