From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28416 invoked by alias); 17 Jan 2003 19:07:31 -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 28408 invoked from network); 17 Jan 2003 19:07:27 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 17 Jan 2003 19:07:27 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id NAA02752; Fri, 17 Jan 2003 13:58:33 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id OAA00932; Fri, 17 Jan 2003 14:07:20 -0500 Message-ID: <067301c2be5b$a243d110$0202040a@catdog> From: "Kris Warkentin" To: "Michael Elizabeth Chastain" , , References: <200301171844.h0HIiou04294@duracef.shout.net> Subject: Re: remote debugging on one serial line Date: Fri, 17 Jan 2003 19:07:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-01/txt/msg00313.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. This is the solution we recommend to our customers who debug over serial and we've found it to be very successful (except for the pain of setting up ppp but ymmv ;-) Kris