From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28923 invoked by alias); 29 Jun 2002 01:45:40 -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 28694 invoked from network); 29 Jun 2002 01:45:28 -0000 Received: from unknown (HELO mailhost.iprg.nokia.com) (205.226.5.12) by sources.redhat.com with SMTP; 29 Jun 2002 01:45:28 -0000 Received: from darkstar.iprg.nokia.com (darkstar.iprg.nokia.com [205.226.5.69]) by mailhost.iprg.nokia.com (8.9.3/8.9.3-GLGS) with ESMTP id SAA28631; Fri, 28 Jun 2002 18:45:27 -0700 (PDT) Received: (from root@localhost) by darkstar.iprg.nokia.com (8.11.0/8.11.0-DARKSTAR) id g5T1jPO28018; Fri, 28 Jun 2002 18:45:25 -0700 X-mProtect: <200206290145> Nokia Silicon Valley Messaging Protection Received: from UNKNOWN (172.19.68.218, claiming to be "gkong.iprg.nokia.com") by darkstar.iprg.nokia.com smtpdMnELkt; Fri, 28 Jun 2002 18:45:24 PDT Message-Id: <5.1.0.14.1.20020628183650.02b3c6b0@mailhost.iprg.nokia.com> X-Sender: gkong@mailhost.iprg.nokia.com Date: Fri, 28 Jun 2002 18:45:00 -0000 To: Quality Quorum , Andrew Cagney From: "KONG, Gangfeng" Subject: Re: Remote target behind console server Cc: In-Reply-To: References: <3D1CE7D9.4050607@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2002-06/txt/msg00323.txt.bz2 > > > > > You mean an ``annex[tm]''? Yes. You'll likely need to tweak things so > > that the terminal server automatically connects the GDB session through > > to the serial port. There isn't an easy way, from GDB, to send terminal > > server commands. > >You have to configure your terminal server appropriately (either enable >'raw' mode on the terminal server or disable 'X' command on the stub/gdb) >and this is basically it, people do it all the time. > >If you are going to do 'load' over this connection big terminal server >buffers may screw it up. Thanks for your message, Basically I need to use 'telnet' to the ip-addr of my terminal server to access the serial port of my target box. I may reconfigure the terminal server, but how can I let gdb to setup an telnet connection to the terminal server and then take this connection as media for its serial access to the stub on the target? Thanks GF.