* Ping: Fortran dynamic arrays @ 2007-12-13 13:53 Tobias Burnus 2007-12-16 18:15 ` Joel Brobecker 0 siblings, 1 reply; 7+ messages in thread From: Tobias Burnus @ 2007-12-13 13:53 UTC (permalink / raw) To: gdb-patches Hi, Jan Kratochvil posted three weeks ago Fortran debugging patches, which seem to be still unreviewed. It would be great if they could be reviewed and included in gdb. Currently GDB cannot display allocated or associated (dynamic) Fortran arrays; with the patch the arrays are properly shown for programs compiled with GCC's gfortran (4.3.0 2007-12-09 or later), ifort and xlf. The patchset is: 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html 1: http://sourceware.org/ml/gdb-patches/2007-11/msg00439.html 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html 5:http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html Carlos Eduardo Seo tested these patches and wrote: "it's working with XLF on ppc64. Running the testsuite on ppc64 also shows no regressions." Thanks too all for your work on GDB. Tobias Fortran/GCC/GDB user (and gfortran developer) ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2007-12-13 13:53 Ping: Fortran dynamic arrays Tobias Burnus @ 2007-12-16 18:15 ` Joel Brobecker 2008-01-04 19:06 ` Tobias Burnus 0 siblings, 1 reply; 7+ messages in thread From: Joel Brobecker @ 2007-12-16 18:15 UTC (permalink / raw) To: Tobias Burnus, jimb; +Cc: gdb-patches > Jan Kratochvil posted three weeks ago Fortran debugging patches, which > seem to be still unreviewed. [...] > The patchset is: > 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html I reviewed this one, but I think I'll leave the rest to Jim, who offered to review them when he has a chance. Jim is very knowledgeable, especially regarding the DWARF reader. > 1: http://sourceware.org/ml/gdb-patches/2007-11/msg00439.html > 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html > 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html > 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html > 5:http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html > 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html -- Joel ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2007-12-16 18:15 ` Joel Brobecker @ 2008-01-04 19:06 ` Tobias Burnus 2008-01-30 14:04 ` Tobias Burnus 0 siblings, 1 reply; 7+ messages in thread From: Tobias Burnus @ 2008-01-04 19:06 UTC (permalink / raw) To: Joel Brobecker; +Cc: jimb, gdb-patches Joel Brobecker wrote on December 16, 2007: >> Jan Kratochvil posted three weeks ago Fortran debugging patches, which >> seem to be still unreviewed. >> > [...] > >> The patchset is: >> 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html >> > > I reviewed this one, but I think I'll leave the rest to Jim, who offered > to review them when he has a chance. Jim is very knowledgeable, especially > regarding the DWARF reader. > Thanks, Joel - and also thanks to Jim, who hopefully has soon time to review the patch. >> 1: http://sourceware.org/ml/gdb-patches/2007-11/msg00439.html >> 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html >> 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html >> 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html >> 5:http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html >> 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html >> Tobias ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2008-01-04 19:06 ` Tobias Burnus @ 2008-01-30 14:04 ` Tobias Burnus 2008-01-31 7:55 ` Jim Blandy 0 siblings, 1 reply; 7+ messages in thread From: Tobias Burnus @ 2008-01-30 14:04 UTC (permalink / raw) To: Joel Brobecker; +Cc: jimb, gdb-patches Hello, does anyone know the review status of the patches, which allow the debugging of the dynamic Fortran arrays. With the current version of gdb these essentially are undebugable. The patches work with the shortly to be released GCC/gfortran 4.3.0, ifort and xlf90. The patches were posted at: >>> 1: http://sourceware.org/ml/gdb-patches/2007-11/msg00439.html >>> 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html >>> 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html >>> 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html >>> 5:http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html >>> 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html >>> (I think the first one has been reviewed by Joel and has been checked in.) Tobias Fortran user and gfortran maintainer ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2008-01-30 14:04 ` Tobias Burnus @ 2008-01-31 7:55 ` Jim Blandy 2008-03-06 20:35 ` Tobias Burnus 0 siblings, 1 reply; 7+ messages in thread From: Jim Blandy @ 2008-01-31 7:55 UTC (permalink / raw) To: Tobias Burnus; +Cc: Joel Brobecker, jimb, gdb-patches On Jan 30, 2008 5:57 AM, Tobias Burnus <burnus@net-b.de> wrote: > does anyone know the review status of the patches, which allow the > debugging of the dynamic Fortran arrays. I'm sorry to keep you waiting so long, Tobias. I'm on a trip this week, but I will make time to look them over on Monday. ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2008-01-31 7:55 ` Jim Blandy @ 2008-03-06 20:35 ` Tobias Burnus 2008-03-06 21:28 ` Jim Blandy 0 siblings, 1 reply; 7+ messages in thread From: Tobias Burnus @ 2008-03-06 20:35 UTC (permalink / raw) To: Jim Blandy; +Cc: Joel Brobecker, jimb, gdb-patches On 31 January 2008, Jim Blandy wrote: > On Jan 30, 2008 5:57 AM, Tobias Burnus <burnus@net-b.de> wrote: > >> does anyone know the review status of the patches, which allow the >> debugging of the dynamic Fortran arrays. >> > I'm sorry to keep you waiting so long, Tobias. I'm on a trip this > week, but I will make time to look them over on Monday. > Any news? 0: http://sourceware.org/ml/gdb-patches/2007-11/msg00438.html 2: http://sourceware.org/ml/gdb-patches/2007-11/msg00440.html 3: http://sourceware.org/ml/gdb-patches/2007-11/msg00441.html 4: http://sourceware.org/ml/gdb-patches/2007-11/msg00442.html 5: http://sourceware.org/ml/gdb-patches/2007-11/msg00443.html 6: http://sourceware.org/ml/gdb-patches/2007-11/msg00444.html Tobias ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Ping: Fortran dynamic arrays 2008-03-06 20:35 ` Tobias Burnus @ 2008-03-06 21:28 ` Jim Blandy 0 siblings, 0 replies; 7+ messages in thread From: Jim Blandy @ 2008-03-06 21:28 UTC (permalink / raw) To: Tobias Burnus; +Cc: Joel Brobecker, jimb, gdb-patches On Thu, Mar 6, 2008 at 12:35 PM, Tobias Burnus <burnus@net-b.de> wrote: > Any news? Best intentions aside, In all honesty I have no idea when I'll be able to look at this. If anyone else can, please feel free. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-03-06 21:28 UTC | newest] Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2007-12-13 13:53 Ping: Fortran dynamic arrays Tobias Burnus 2007-12-16 18:15 ` Joel Brobecker 2008-01-04 19:06 ` Tobias Burnus 2008-01-30 14:04 ` Tobias Burnus 2008-01-31 7:55 ` Jim Blandy 2008-03-06 20:35 ` Tobias Burnus 2008-03-06 21:28 ` Jim Blandy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox