Xref: utzoo gnu.gdb.bug:14 comp.lang.fortran:1394 Path: utzoo!utgpu!water!watmath!uunet!convex!mozart!csmith From: csmith@mozart.uucp (Chris Smith) Newsgroups: gnu.gdb.bug,comp.lang.fortran Subject: Re: GDB and Fortran Message-ID: <678@convex.UUCP> Date: 26 Oct 88 13:28:15 GMT References: <284@fed.FRB.GOV> Sender: news@convex.UUCP Lines: 8 In-reply-to: m1tag00@fed.FRB.GOV's message of 25 Oct 88 22:52:29 GMT I've modified GDB so it's able to deal with C-like Fortran -- REAL A(10) turns into float a[10], with subscripts 0..9, and like that. I'll be glad to mail the diffs if you want to patch them in. They teach GDB how to deal with reference arguments and common blocks. If the variables that type as -1 are not arguments or in common, then what I've got won't help. csmith@convex.COM