From: "Ike" Newsgroups: comp.os.msdos.djgpp Subject: GDB Remote & 386 stub Date: Fri, 6 Feb 1998 18:17:21 -0600 Organization: Rockwell International Lines: 17 Message-ID: <6bg979$8481@onews.collins.rockwell.com> NNTP-Posting-Host: gatekeeper.collins.rockwell.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Our development group is having trouble finding examples of remote debugging with GDB on a i386 embedded platform. The 'info' states that there is a file 'i386-stub.c' supplied with GDB, but we can't seem to find one in either the binaries or source files. The example we do have calls a function 'setInterruptGate' but does not include this function anywhere else. Our product is an embedded 386 running ROM-DOS but we will be writing the application to run in 32-bit protected mode. Memory is limited on the target (< 2Mb) which is why we are looking at running GDB remotely. Does anyone know of an example of the i386 files needed to fully implement remote debugging using GDB with a 386-DOS based embedded systems? Many thanks in advance.