Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA/www] Mention Ada in list of supported languages
@ 2006-09-01 18:57 Joel Brobecker
  2006-09-01 21:19 ` Mark Kettenis
  2006-10-04 21:34 ` Joel Brobecker
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Brobecker @ 2006-09-01 18:57 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

Hello,

A coworker mentioned to me this week that Ada is not mentioned
in the list of languages supported by the debugger. I was wondering
if we could add this in the general description of GDB on the main
page. I took the opportunity to re-order by alphabetic order. I'm
completely open to any other ordering however.

Thanks,
-- 
Joel

[-- Attachment #2: ada.diff --]
[-- Type: text/plain, Size: 1278 bytes --]

Index: index.html
===================================================================
RCS file: /cvs/gdb/htdocs/index.html,v
retrieving revision 1.167
diff -u -p -r1.167 index.html
--- index.html	6 Jul 2006 03:18:06 -0000	1.167
+++ index.html	1 Sep 2006 18:50:30 -0000
@@ -65,11 +65,10 @@ of these) to help you catch bugs in the 
 correcting the effects of one bug and go on to learn about another.
 </ul>
 
-The program being debugged can be written in C, C++, Pascal,
-Objective-C (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>
+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>
 
 <h3>GDB version 6.5</h3>
 
@@ -183,7 +182,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 2006-07-05.</p>
+<p>Last modified 2006-09-01.</p>
 </address>
 
 </body>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFA/www] Mention Ada in list of supported languages
  2006-09-01 18:57 [RFA/www] Mention Ada in list of supported languages Joel Brobecker
@ 2006-09-01 21:19 ` Mark Kettenis
  2006-09-01 21:25   ` Daniel Jacobowitz
  2006-10-04 21:34 ` Joel Brobecker
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Kettenis @ 2006-09-01 21:19 UTC (permalink / raw)
  To: brobecker; +Cc: gdb-patches

> Date: Fri, 1 Sep 2006 11:57:06 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> 
> Hello,
> 
> A coworker mentioned to me this week that Ada is not mentioned
> in the list of languages supported by the debugger. I was wondering
> if we could add this in the general description of GDB on the main
> page. I took the opportunity to re-order by alphabetic order. I'm
> completely open to any other ordering however.

It does say "many other languages", but I have no objection to this
patch, or a patch that lists all languages that we actually support;
there aren't that many.

Mark


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFA/www] Mention Ada in list of supported languages
  2006-09-01 21:19 ` Mark Kettenis
@ 2006-09-01 21:25   ` Daniel Jacobowitz
  2006-09-02  9:59     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Daniel Jacobowitz @ 2006-09-01 21:25 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: brobecker, gdb-patches

On Fri, Sep 01, 2006 at 11:19:25PM +0200, Mark Kettenis wrote:
> > Date: Fri, 1 Sep 2006 11:57:06 -0700
> > From: Joel Brobecker <brobecker@adacore.com>
> > 
> > Hello,
> > 
> > A coworker mentioned to me this week that Ada is not mentioned
> > in the list of languages supported by the debugger. I was wondering
> > if we could add this in the general description of GDB on the main
> > page. I took the opportunity to re-order by alphabetic order. I'm
> > completely open to any other ordering however.
> 
> It does say "many other languages", but I have no objection to this
> patch, or a patch that lists all languages that we actually support;
> there aren't that many.

I like Joel's, I think.

(There are "many", meaning a few, others - but some of them I don't
think work too well nowadays, like the Scheme support.)

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFA/www] Mention Ada in list of supported languages
  2006-09-01 21:25   ` Daniel Jacobowitz
@ 2006-09-02  9:59     ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2006-09-02  9:59 UTC (permalink / raw)
  To: Mark Kettenis, brobecker; +Cc: gdb-patches

> Date: Fri, 1 Sep 2006 17:25:24 -0400
> From: Daniel Jacobowitz <drow@false.org>
> Cc: brobecker@adacore.com, gdb-patches@sources.redhat.com
> 
> > It does say "many other languages", but I have no objection to this
> > patch, or a patch that lists all languages that we actually support;
> > there aren't that many.
> 
> I like Joel's, I think.

Me too.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [RFA/www] Mention Ada in list of supported languages
  2006-09-01 18:57 [RFA/www] Mention Ada in list of supported languages Joel Brobecker
  2006-09-01 21:19 ` Mark Kettenis
@ 2006-10-04 21:34 ` Joel Brobecker
  1 sibling, 0 replies; 5+ messages in thread
From: Joel Brobecker @ 2006-10-04 21:34 UTC (permalink / raw)
  To: gdb-patches

> A coworker mentioned to me this week that Ada is not mentioned
> in the list of languages supported by the debugger. I was wondering
> if we could add this in the general description of GDB on the main
> page. I took the opportunity to re-order by alphabetic order. I'm
> completely open to any other ordering however.

Thanks to everyone who provided their feedback - no-one objected
so I checked the change in.

Thanks,
-- 
Joel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-10-04 21:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-01 18:57 [RFA/www] Mention Ada in list of supported languages Joel Brobecker
2006-09-01 21:19 ` Mark Kettenis
2006-09-01 21:25   ` Daniel Jacobowitz
2006-09-02  9:59     ` Eli Zaretskii
2006-10-04 21:34 ` Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox