Xref: news-dnh.mv.net comp.os.msdos.djgpp:1338 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!swrinde!news.uh.edu!uuneo.neosoft.com!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: LADYBUG Date: Wed, 02 Aug 1995 15:35:39 CDT Organization: NeoSoft Internet Services +1 713 968 5800 Lines: 10 References: Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: praline.no.neosoft.com To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > Since installing V2.0 I have gotten semi-familiar with GDB but was wondering > if there is a manner in which I can use ladybug, or if this type of debugger > interface is in the works? FSDB, on which ladybug was based, is included in the V2 distribution. To port ladybug to V2, look at the FSDB distribution. There are changes needed in the symbol loading routines to handle non-initialized memory (see the common V2 versions) and then link -ldbg. Much of the other code which mucks directly with the GDT will have to be completely rewritten.