Mail Archives: djgpp/2001/08/15/13:44:49
> From: "Siddhartha" <siddhu AT loveable DOT com>
> 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.
- Raw text -