Date: Tue, 16 Jul 1996 08:27:41 -0400
Message-Id: <199607161227.IAA19130@delorie.com>
From: DJ Delorie <dj>
To: steve AT psp-digital DOT co DOT uk
CC: djgpp AT delorie DOT com
In-reply-to: <01BB7249.827B0520@psp3> (message from Steve Higgins on Mon, 15
	Jul 1996 12:31:05 -0000)
Subject: Re: Re RHIDE with integrated debugger.


> So rather than re-inventing the wheel, would it be possible to intercept the
> relevent int 21h routines, spawn GDB, then write the code to translate the 
> data sent to and from the standard i/o into your RHIDE display updates etc.

Also rather than trying to use this hack, realize that gdb comes in
two parts - the gdb library, and a text-mode front end.  You can
easily link the library half with any front end you like.