From: Joel Brobecker <brobecker@gnat.com>
To: Eli Zaretskii <eliz@elta.co.il>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [RFA/doco] Add documentation for the ``minimal'' language
Date: Tue, 24 Jun 2003 23:00:00 -0000 [thread overview]
Message-ID: <20030624220155.GE7916@gnat.com> (raw)
In-Reply-To: <8582-Fri13Jun2003144152+0300-eliz@elta.co.il>
[-- Attachment #1: Type: text/plain, Size: 378 bytes --]
(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
[-- Attachment #2: minimal-doc.diff --]
[-- Type: text/plain, Size: 1500 bytes --]
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
next prev parent reply other threads:[~2003-06-24 23:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-13 1:00 Joel Brobecker
2003-06-13 11:42 ` Eli Zaretskii
2003-06-24 23:00 ` Joel Brobecker [this message]
2003-06-25 5:18 ` Eli Zaretskii
2003-06-25 13:49 ` Andrew Cagney
2003-06-25 21:40 ` Eli Zaretskii
2003-06-25 21:42 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030624220155.GE7916@gnat.com \
--to=brobecker@gnat.com \
--cc=eliz@elta.co.il \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox