public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Ada support for GDB 6?
@ 2003-06-28 17:13 Andreas Jaeger
  2003-06-30  7:48 ` Paul N. Hilfinger
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Jaeger @ 2003-06-28 17:13 UTC (permalink / raw)
  To: gdb

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


What is the status of Ada support in GDB?  Will there be support for GDB 6
available?  

IMHO it's too late to have something in the official release but I'd
like to hear what are the plans to integrate the Ada support into CVS
mainline and whether there will be patches for this (I guess the 5.3
patch will not apply cleanly anymore to current 6.0 branch),

Cheers,
Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Ada support for GDB 6?
  2003-06-28 17:13 Ada support for GDB 6? Andreas Jaeger
@ 2003-06-30  7:48 ` Paul N. Hilfinger
  2003-06-30 11:46   ` Andreas Jaeger
  0 siblings, 1 reply; 7+ messages in thread
From: Paul N. Hilfinger @ 2003-06-30  7:48 UTC (permalink / raw)
  To: aj; +Cc: gdb


I hope to (finally) get around to submitting the necessary patches
over the next few weeks.  It will take some time and occur in stages,
since for various reasons, quite a few places in GDB are affected (and
need hooks installed so that Ada-related code is confined for the most
part to the ada-* files).

You are right that it should not go into the official release. 

Paul Hilfinger

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

* Re: Ada support for GDB 6?
  2003-06-30  7:48 ` Paul N. Hilfinger
@ 2003-06-30 11:46   ` Andreas Jaeger
  2003-06-30 15:57     ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Jaeger @ 2003-06-30 11:46 UTC (permalink / raw)
  To: Hilfinger; +Cc: gdb

"Paul N. Hilfinger" <hilfingr@otisco.mckusick.com> writes:

> I hope to (finally) get around to submitting the necessary patches
> over the next few weeks.  It will take some time and occur in stages,
> since for various reasons, quite a few places in GDB are affected (and
> need hooks installed so that Ada-related code is confined for the most
> part to the ada-* files).

Fine!

> You are right that it should not go into the official release. 

I would prefer to have it there - but it's to late unfortunatly IMO.

But I hope you make a patch available against the final release - it's
currently impossible to fix bugs in GCC's Ada copmiler without a
proper debugger. :-(

Thanks,
Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

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

* Re: Ada support for GDB 6?
  2003-06-30 11:46   ` Andreas Jaeger
@ 2003-06-30 15:57     ` Joel Brobecker
  2003-06-30 16:05       ` Andreas Jaeger
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2003-06-30 15:57 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: Hilfinger, gdb

> But I hope you make a patch available against the final release - it's
> currently impossible to fix bugs in GCC's Ada copmiler without a
> proper debugger. :-(

You can always use the sources avaiable on ACT-Europe's libre site:
http://libre.act-europe.fr/.

-- 
Joel

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

* Re: Ada support for GDB 6?
  2003-06-30 15:57     ` Joel Brobecker
@ 2003-06-30 16:05       ` Andreas Jaeger
  2003-06-30 17:00         ` Joel Brobecker
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Jaeger @ 2003-06-30 16:05 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Hilfinger, gdb

Joel Brobecker <brobecker@gnat.com> writes:

>> But I hope you make a patch available against the final release - it's
>> currently impossible to fix bugs in GCC's Ada copmiler without a
>> proper debugger. :-(
>
> You can always use the sources avaiable on ACT-Europe's libre site:
> http://libre.act-europe.fr/.

The information I found there is that those are against gdb-5.3, and I
fear this does not help with GDB 6.

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

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

* Re: Ada support for GDB 6?
  2003-06-30 16:05       ` Andreas Jaeger
@ 2003-06-30 17:00         ` Joel Brobecker
  2003-06-30 19:04           ` Andreas Jaeger
  0 siblings, 1 reply; 7+ messages in thread
From: Joel Brobecker @ 2003-06-30 17:00 UTC (permalink / raw)
  To: Andreas Jaeger; +Cc: Hilfinger, gdb

> The information I found there is that those are against gdb-5.3, and I
> fear this does not help with GDB 6.

This is correct. But I thought using GDB 5.3 would be good enough to
debug your Ada code. No?

-- 
Joel

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

* Re: Ada support for GDB 6?
  2003-06-30 17:00         ` Joel Brobecker
@ 2003-06-30 19:04           ` Andreas Jaeger
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Jaeger @ 2003-06-30 19:04 UTC (permalink / raw)
  To: Joel Brobecker; +Cc: Hilfinger, gdb

Joel Brobecker <brobecker@gnat.com> writes:

>> The information I found there is that those are against gdb-5.3, and I
>> fear this does not help with GDB 6.
>
> This is correct. But I thought using GDB 5.3 would be good enough to
> debug your Ada code. No?

Yes, it helps - but I'd like to take advantage of GDB 6's new
improvement dwarf2 frame reader and all the other bug fixes,

Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

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

end of thread, other threads:[~2003-06-30 16:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-28 17:13 Ada support for GDB 6? Andreas Jaeger
2003-06-30  7:48 ` Paul N. Hilfinger
2003-06-30 11:46   ` Andreas Jaeger
2003-06-30 15:57     ` Joel Brobecker
2003-06-30 16:05       ` Andreas Jaeger
2003-06-30 17:00         ` Joel Brobecker
2003-06-30 19:04           ` Andreas Jaeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).