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=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,afbe5c87aefac7f5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-12-21 17:30:19 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!swiss.ans.net!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: GNAT and gdb Date: 20 Dec 1994 23:55:00 -0500 Organization: Courant Institute of Mathematical Sciences Message-ID: <3d8cf4$3mf@gnat.cs.nyu.edu> References: <3d6qi5$1asp@hearst.cac.psu.edu> NNTP-Posting-Host: gnat.cs.nyu.edu Keywords: GNAT gdb Date: 1994-12-20T23:55:00-05:00 List-Id: in general gdb works with gnat pretty well, although it needs to be taught some Ada manners to really look nice (this is work that is under way). Still it is very usable, it is our main tool for debugging GNAT itself. However, the bad news is that it does not work at ALL with the current OS/2 version of GNAT. We are planning to investigate moving to the EMX port of GCC to host GNAT< and that should give gdb support.