Date: Wed, 15 Aug 2001 20:42:09 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Siddhartha" Message-Id: <7443-Wed15Aug2001204209+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <001401c125ad$746f36a0$3f38c5cb@a> (siddhu@loveable.com) Subject: Re: GDB References: <001401c125ad$746f36a0$3f38c5cb AT a> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Siddhartha" > Date: Wed, 15 Aug 2001 22:42:18 +0530 > > Is Gnu debugger available as a library for DJGPP , or only as an > external debugger. > Where can i find the library if so. GDB is available as an executable program on _all_ the platforms it supports, including DJGPP. There's no such thing as GDB library, and you cannot produce one from the GDB distribution, on any platform. It is a long-standing goal of GDB development to provide such a library, but GDB is not there yet. However, the RHIDE IDE uses GDB as its debugging engine, and, for that special purpose, uses parts of GDB's code as a kind of library. So you should be able to produce GDB-as-a-library by using some of the material in the RHIDE distribution.