diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-06-24 21:59:37 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-06-24 21:59:37 +0000 |
commit | 4e562065db511eca8fb38e7f930668c2985b1db2 (patch) | |
tree | 89affb8406157f18295a9d5b984ea1367b8b11dc /gdb | |
parent | d85f2c7d1f8081b7aa3e6534e7bbd5afb3ab5ad9 (diff) | |
download | gdb-4e562065db511eca8fb38e7f930668c2985b1db2.zip gdb-4e562065db511eca8fb38e7f930668c2985b1db2.tar.gz gdb-4e562065db511eca8fb38e7f930668c2985b1db2.tar.bz2 |
* gdb.texinfo (Unsupported languages): New section.
(Languages): Add link to new section.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 17 |
2 files changed, 22 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 33e9f10..3d39601 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-24 Joel Brobecker <brobecker@gnat.com> + + * gdb.texinfo (Unsupported languages): New section. + (Languages): Add link to new section. + 2003-06-22 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Contributors): Mention 6.0 release engineer. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8b60e52..05715e1 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7437,6 +7437,7 @@ language}. * Show:: Displaying the language * Checks:: Type and range checks * Support:: Supported languages +* Unsupported languages:: Unsupported languages @end menu @node Setting @@ -8843,6 +8844,22 @@ address can be specified by an integral constant, the construct 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 |