Re: [patch, fortran] Implement debug() for some Fortran data structures

2019-02-20 Thread Steve Kargl
On Wed, Feb 20, 2019 at 09:37:52PM +0100, Thomas König wrote: > Am 20.02.19 um 21:36 schrieb Steve Kargl: > > On Wed, Feb 20, 2019 at 09:10:51PM +0100, Thomas König wrote: > >> Hello world, > >> > >> the attached patch implements a few versions of debug for Fortran data > >> structures. It lets yo

Re: [patch, fortran] Implement debug() for some Fortran data structures

2019-02-20 Thread Thomas König
Am 20.02.19 um 21:36 schrieb Steve Kargl: On Wed, Feb 20, 2019 at 09:10:51PM +0100, Thomas König wrote: Hello world, the attached patch implements a few versions of debug for Fortran data structures. It lets you type, for example (gdb) call debug (expr) and get some output which is readable,

Re: [patch, fortran] Implement debug() for some Fortran data structures

2019-02-20 Thread Steve Kargl
On Wed, Feb 20, 2019 at 09:10:51PM +0100, Thomas König wrote: > Hello world, > > the attached patch implements a few versions of debug for Fortran data > structures. It lets you type, for example > > (gdb) call debug (expr) > > and get some output which is readable, instead of having to look at

[patch, fortran] Implement debug() for some Fortran data structures

2019-02-20 Thread Thomas König
Hello world, the attached patch implements a few versions of debug for Fortran data structures. It lets you type, for example (gdb) call debug (expr) and get some output which is readable, instead of having to look at the structures yourself. This has no user impact, because thsese functions