From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15377 invoked by alias); 17 Jan 2003 18:44:52 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15363 invoked from network); 17 Jan 2003 18:44:50 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sources.redhat.com with SMTP; 17 Jan 2003 18:44:50 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h0HIiou04294; Fri, 17 Jan 2003 12:44:50 -0600 Date: Fri, 17 Jan 2003 18:44:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200301171844.h0HIiou04294@duracef.shout.net> To: gdb@sources.redhat.com, Gusti@pallas.dk Subject: Re: remote debugging on one serial line X-SW-Source: 2003-01/txt/msg00312.txt.bz2 Hello Agust, > I.e. I have to use the same line for console (minicom), file transfer > (rzsz) and remote gdb with gdbserver. My question is: has anybody been > successfull in doing that and if so how? Perhaps you could run ppp on the serial line to get to TCP/IP protocol. Then use telnet for the console access, ftp for the file transfer, and normal TCP/IP for gdb server. Just a thought, Michael C