Date: Sun, 18 Aug 1996 15:14:09 +0200 (IST) From: Eli Zaretskii To: "Alaric B. Williams" Cc: djgpp AT delorie DOT com Subject: Re: Remote debuggery with GDB In-Reply-To: <839351526.10205.0@abwillms.demon.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 6 Aug 1996, Alaric B. Williams wrote: > >There *is* a DJGPP-specific support for remote debugging in GDB, but it > >was done for DJGPP v1.x, and nobody ported it to v2.0. So it doesn't > >work. > > Yeah, but that's not what I mean (not the server thing). I just want > to route gdb CONSOLE I/O to the other computer so mine can hit GFX > mode - better than routing gdb to the printer as described in the FAQ, > no? I don't think this will work without hacking some of the readline functions. The current port sometimes uses stdio functions (that can be redirected to any device) and sometimes `getkey' and the like which access the keyboard on the BIOS level and therefore cannot be redirected.