From: marcov AT toad DOT stack DOT nl (Marco van de Voort) Newsgroups: comp.os.msdos.djgpp Subject: Re: GDB Date: 17 Aug 2001 21:54:58 GMT Organization: Eindhoven University of Technology, The Netherlands Lines: 22 Message-ID: References: <001401c125ad$746f36a0$3f38c5cb AT a> <7443-Wed15Aug2001204209+0300-eliz AT is DOT elta DOT co DOT il> NNTP-Posting-Host: toad.stack.nl User-Agent: slrn/0.9.7.1 (FreeBSD) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <7443-Wed15Aug2001204209+0300-eliz AT is DOT elta DOT co DOT il>, Eli Zaretskii wrote: >> From: "Siddhartha" >> 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. 4.18 versions can be compiled to lib with a patch/makefile, and afaik from 5.0 it is standard. > 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. A standard 5.0+ compile will generate a libgdb.a IIRC. The FPC IDE also does this.