Date: Wed, 19 May 1999 13:30:12 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Francisco Pastor Gomis cc: djgpp AT delorie DOT com Subject: Re: gdbserver ported to djgpp In-Reply-To: <7htvic$2fh$1@talia.mad.ttd.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id GAA18527 Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 19 May 1999, Francisco Pastor Gomis wrote: > pc board with no enough memory to run gdb. My cuestion is if there is a > ported for the gdbserver utility to the djgpp environment to use gdb with > remote debugging using a serial port. In canīt find it in the web. The GDB sources include support for remote debugging that was written for DJGPP, but that was several years ago and only worked with DJGPP v1.x. It shouldn't be too hard to make it work with current versions of DJGPP, but you do need to rewrite some parts of the code. You could use BCSERIO or some other DJGPP-compatible async communications package as the low-level communications code.