From: Long Doan Newsgroups: comp.os.msdos.djgpp Subject: Re: Remote gdb Date: Wed, 08 Jan 1997 10:33:38 -0500 Organization: Netrix Corporation Lines: 25 Message-ID: <32D3BE52.6974@netrix.com> References: <32D28840 DOT 438C AT netrix DOT com> NNTP-Posting-Host: jasmine.netrix.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit CC: Michael F Brenner , "Neil DOT Jarvis AT proteon DOT com" To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I put the remote stub at: http://www.micropop.com/ldoan/remote.tar.gz Notes: 1. The makefile assumes that the stub is being cross-compiled using a compiler named i386-go32-dos-gcc 2. The filenames are NOT in DOS 8.3 format. 3. The final linking stage should be done on a PC, since x-ld is brain dead. 4. Read the makefile and remote.bat files before building the stub. Happy debugging, Long. Long Doan wrote: > > Laurent, > > I have an i386-stub for go32-v1.x, which can probably be ported to v2 > without much complications (For the serial IO port, see the simple > debugger at http://www.micropop.com/ldoan/sdebug.zip) The stub only > works across a serial link, so send me an email if you want it. > > Long. [...]