X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: "Gerrit van Niekerk" Organization: GPvNO To: djgpp AT delorie DOT com Date: Tue, 09 Oct 2007 12:38:40 +0200 MIME-Version: 1.0 Subject: GDB -tui Message-ID: <470B7650.22787.85820B1@gerritvn.gpvno.co.za> In-reply-to: <1191878279.988096.219520@r29g2000hsg.googlegroups.com> References: <200709270405 DOT l8R452ET008178 AT delorie DOT com>, <0JPI008ERX3EEUK0 AT mta1 DOT srv DOT hcvlny DOT cv DOT net>, <1191878279 DOT 988096 DOT 219520 AT r29g2000hsg DOT googlegroups DOT com> X-mailer: Pegasus Mail for Windows (4.41) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 8 Oct 2007 at 14:17, rugxulo AT gmail DOT com wrote: > GDB 6.4 (from /beta/) has "--tui". The CURSES implementation seems to do direct console output, which is to be expected. What I would like to do, is to write the output to a com port connected to an Ansi/VT100 terminal in order to debug graphics programs. Right now I'm a bit too busy to do it myself. Has anybody done this?