Message-ID: <3868DE97.E41BDA3F@iclinks.com> From: Steve Drake Organization: ICL X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Debugging with Windows (or Linux) References: <82oiid$s76$1 AT news DOT aros DOT net> Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Lines: 18 Date: Tue, 28 Dec 1999 08:00:23 -0800 NNTP-Posting-Host: 209.162.65.245 X-Complaints-To: abuse AT verio DOT net X-Trace: nuq-read.news.verio.net 946396825 209.162.65.245 (Tue, 28 Dec 1999 16:00:25 GMT) NNTP-Posting-Date: Tue, 28 Dec 1999 16:00:25 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Steve, Have you had any luck with this? I am investigating using gdb remotely for debugging on a 386EX embedded system. I would be interested in taking a look at your stub source code. Is it written for the 386? Thanks, Steve Drake Steve Goodrich wrote: > > I am working on a new remote debugging stub for djgpp and gdb. I almost have it working but the djgpp version of gdb kills Windows 98 fairly regularly. The cygwin version of gdb does not seem to know how to handle djgpp exes. Is there a way to compile gdb either for Win32 with Cygwin or with Linux so that it will handle djgpp generated files? > > I have tried just compiling both the source for the djgpp version of gdb and the regular source for gdb 4.18 with the target i386-coff-go32, i386-pc-go32, and i386-pc-msdosdjgpp and all of them tell me that gdb does not support the target. > > I would really like to finish this and I am going to put the stub out there for all to use after it is finished (if anyone wants the source I have now, let me know. It is about 75 percent functional but it cannot single step yet) > > Thanks > > Steve