Date: Tue, 15 Jul 2003 17:28:15 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Tue15Jul2003172815+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (nospam@nospam.com) Subject: Re: Samples of Debuggers References: 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: "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.