[RFA/doco] Add documentation for the ``minimal'' language

Joel Brobecker brobecker@gnat.com
Tue Jun 24 23:00:00 GMT 2003


(sorry for the delay, I was on holiday...)

> Yes; approved.  However, before you commit this, please correct the
> following minor issues:

Thanks. Applied after making the small adjustments you pointed out.
Since I also found a couple of typos, I fixed them too. Here is the
change I ended up committing.

Shall I go ahead, and commit this change to the branch too?

-- 
Joel
-------------- next part --------------
Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.167
diff -u -r1.167 gdb.texinfo
--- gdb.texinfo	23 Jun 2003 03:28:14 -0000	1.167
+++ gdb.texinfo	24 Jun 2003 21:56:44 -0000
@@ -7437,6 +7437,7 @@
 * Show::                        Displaying the language
 * Checks::                      Type and range checks
 * Support::                     Supported languages
+* Unsupported languages::       Unsupported languages
 @end menu
 
 @node Setting
@@ -8842,6 +8843,22 @@
 @cindex @code{#} in Modula-2
 In @value{GDBN} scripts, the Modula-2 inequality operator @code{#} is
 interpreted as the beginning of a comment.  Use @code{<>} instead.
+
+@node Unsupported languages
+@section Unsupported languages
+
+@cindex unsupported languages
+@cindex minimal language
+In addition to the other fully-supported programming languages,
+@value{GDBN} also provides a pseudo-language, called @code{minimal}.
+It does not represent a real programming language, but provides a set
+of capabilities close to what the C or assembly languages provide.
+This should allow most simple operations to be performed while debugging
+an application that uses a language currently not supported by @value{GDBN}.
+
+If the language is set to @code{auto}, @value{GDBN} will automatically
+select this language if the current frame corresponds to an unsupported
+language.
 
 @node Symbols
 @chapter Examining the Symbol Table


More information about the Gdb-patches mailing list