From: Andrew Crabtree Message-Id: <199707142057.AA106983823@typhoon.rose.hp.com> Subject: Re: Newbie needs help with GDB To: djgpp AT delorie DOT com Date: Mon, 14 Jul 1997 13:57:02 PDT Precedence: bulk > That's a limitation of the COFF debug info. DJGPP is configured to generate > this kind of debug information. You can configure the compiler to produce stabs > debug info, but for this you'll need to recompile the compiler. > > As you say you are a newbie perhaps is better if you simply avoid code in your > includes. If you can't do it read the next. IMHO - It would probaly be much better to do this, as function definitions in a header file is usually a bad idea. > If you have the time for it go to my home page and get the patchs for gcc > (Robert Hoehne wrotte the patch) Another option would be to get the pgcc binary distribution, as this includes Robert's patch. Its available at www.goof.com/pcg. I believe compile with -gstabs if its not enabled by default. Andrew