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=2.1 required=5.0 tests=BAYES_40,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8e043bdbf6c695f7 X-Google-Attributes: gid103376,public From: Gautier.DeMontmollin@maths.unine.ch (Gautier) Subject: Re: GDB with GNAT 3.04 for DOS Date: 1996/12/23 Message-ID: <1996Dec23.122040.5430@news>#1/1 X-Deja-AN: 205574709 references: organization: University of Neuchatel, Switzerland reply-to: Gautier.deMontmollin@Maths.UniNe.CH newsgroups: comp.lang.ada Date: 1996-12-23T00:00:00+00:00 List-Id: In article , Rich Maggio writes: >... > I was able to get around the debugger except for one case. I found that I > could not step into code that existed in a generic package. The debugger > seemed to go off into nowhere land - referencing random lines of code in my > source. It did not generate any error messages or anything. >.. > > Thanks! > Rich Maggio > I had the same problem, since I use GNAT to build a math library that is very generic... The result is a primitive interface that makes all the job: call GDB, filter useless info, show the call stack with filenames and optionally source lines. You can download an OLD version in archive AD.ZIP at: http://www.unine.ch/math/Personnel/Assistants/Gautier/Gaut_FTP.htm that doesn't deal with generic units, but if you want the LAST version, that does, and is more robust, I can send it to you via e-mail or ftp (till I meet the guru who has the keys of my Web pages...) Gautier