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.2 required=5.0 tests=BAYES_00,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,724028e02f2fd8b3 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Need Debuger for GNAT-310p Date: 1997/09/29 Message-ID: <342FBA56.E99@gsfc.nasa.gov>#1/1 X-Deja-AN: 276671575 References: <01bccba5$88b77ca0$LocalHost@anishome> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-09-29T00:00:00+00:00 List-Id: Dmitriy Anisimkov wrote: > > I have dounloaded Gnat 3.10p for WinNT Win95. The utility GDB.EXE is > stub > and say that appears later. > Which debuger can I use instead GDB.EXE or where can I get GDB.EXE You have to download the Cygnus development tools, from ftp://ftp.cygnus.com/pub/gnu-win32/ The latest Cygnus version is 18; it includes a GUI interface to gdb, using Tk/Tcl. On my Windows 95 system, this causes an illegal operation when it exits; I suspect that's why GNAT does not include it. You can use the Cygnus version 17.1 gdb with GNAT 3.10 (at least, I can on my Windows 95 machine; I'm very leary of making grand pronouncements about Windows!). Cygnus 17.1 gdb and GNAT 3.10 work well with emacs 19.34.4 from http://www.cs.washington.edu/homes/voelker/ntemacs.html. I made one small patch to let emacs read the //c/ drive notation. I just noticed there is an emacs 19.34.6 at that site; maybe it has the patch. Cygnus version 18 is distributed as a self-installing system, which clobbers the GNAT gcc installation. If you just want the gdb.exe, install to a different directory and copy. This may mess up your registry! Self installing systems are great when they are complete, but a real pain when they aren't! Cygnus version 17.1 is a tar.gz file; you can easily just extract gdb.exe into your GNAT bin directory (this is what I did). -- - Stephe