From: jaiphen2003 AT yahoo DOT com (jaiphen2003) Newsgroups: comp.os.msdos.djgpp Subject: Re: Samples of Debuggers Date: 27 Jul 2003 19:05:55 -0700 Organization: http://groups.google.com/ Lines: 32 Message-ID: <6b1fda87.0307271805.6a7fb281@posting.google.com> References: <9003-Tue15Jul2003172815+0300-eliz AT elta DOT co DOT il> NNTP-Posting-Host: 202.64.182.190 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1059357956 18193 127.0.0.1 (28 Jul 2003 02:05:56 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: 28 Jul 2003 02:05:56 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Eli Zaretskii" wrote in message news:<9003-Tue15Jul2003172815+0300-eliz AT elta DOT co DOT il>... > > From: "Jacky Luk" > > Newsgroups: comp.os.msdos.djgpp > > Date: Tue, 15 Jul 2003 20:48:43 +0800 > > > > Could anyone supply me with some sample debuggers available in the market > > (open source)? preferably written in djgpp... > > DJGPP comes with 2: EDEBUG32 and FSDB; their sources are in > djlsr203.zip, in the src/debug subdirectory. > > There's also GDB, the GNU Debugger, whose sources are available in > v2gnu/gdbNNNs.zip (where NNN is the version number). > > For the full documentation of the DJGPP debug support functions, type > from the DOS command line "info libc functional debug", and read the > documentation of the functions listed there. I have tried to use the make file in the package to compile the GDB for DJGPP on DOS enviornment, but I got the following error. make.exe[1]: *** No rule to make target 'dev/env/DJDIR/gnu/gdb-5.3/readline/config.h', needed by 'readline.o'. Stop. make.exe: *** [all-readline] Error 2 Is there anything I am missing in my makefile? The package that I download from the djgpp site is gdb53s.zip. Thanks! Jaiphen