From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f88bd135f29d9f9f X-Google-Attributes: gid103376,public From: jerry@jvdsys.nextjk.stuyts.nl (Jerry van Dijk) Subject: Re: DBG for gnat? Date: 1996/04/29 Message-ID: #1/1 X-Deja-AN: 152161668 references: <4m1kpj$4u3@sol.towson.edu> organization: JerryWare HQ, Haarlem, Holland newsgroups: comp.lang.ada Date: 1996-04-29T00:00:00+00:00 List-Id: Neck-Foo (brown@zeus.towson.edu) wrote: : I downloaded gnat for DOS, but can't find anything about dbg. : Where can I get it and how do I get it to work? Gnatinfo.txt has very : little information. The only file I have that might be something related : is "gdb", but it has no extension (ie .exe or .com). That is because gdb in the current version of GNAT/DOS is run from the DOS extender go32, like: go32 -d gdb Note that gdb needs a /coff/ file, not an exe file. If the latter is all you have, use exe2coff to retrieve it. Otherwise compile and link like: gcc -c -g .adb gnatbl -g .ali to get both an exe file and a coff file with debugging info. Hope this helps, Jerry -- ----------------------------------------------------------------------- -- Jerry van Dijk -- e-mail: jerry@jvdsys.nextjk.stuyts.nl -- -- Banking Consultant -- Member Team-Ada -- -- Ordina Finance BV -- Located at Haarlem, The Netherlands --