From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10373 invoked by alias); 28 Jun 2002 01:12:12 -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 10366 invoked from network); 28 Jun 2002 01:12:10 -0000 Received: from unknown (HELO mailhost.iprg.nokia.com) (205.226.5.12) by sources.redhat.com with SMTP; 28 Jun 2002 01:12:10 -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 SAA01985 for ; Thu, 27 Jun 2002 18:12:09 -0700 (PDT) X-Delivered-For: Received: (from root@localhost) by darkstar.iprg.nokia.com (8.11.0/8.11.0-DARKSTAR) id g5S1C9206706 for ; Thu, 27 Jun 2002 18:12:09 -0700 X-mProtect: <200206280112> Nokia Silicon Valley Messaging Protection Received: from UNKNOWN (172.19.68.218, claiming to be "gkong.iprg.nokia.com") by darkstar.iprg.nokia.com smtpdHprTly; Thu, 27 Jun 2002 18:12:07 PDT Message-Id: <5.1.0.14.1.20020627175723.02b2b050@mailhost.iprg.nokia.com> X-Sender: gkong@mailhost.iprg.nokia.com Date: Thu, 27 Jun 2002 18:12:00 -0000 To: gdb@sources.redhat.com From: "KONG, Gangfeng" Subject: Remote target behind console server Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2002-06/txt/msg00309.txt.bz2 Hi, I have a target sitting behind a console server. I can use any box to telnet to the console server and access the console port of my target. This target runs Linux kgdb stub on it. I have tested with serial cable, for my gdb host to debug the kgdb target, everything is perfect. But in our situation, we must debug our target remotely through console server. The question is whether it's feasible for gdb to remote debug this target through console server, which is a telnet / serial converter? Thanks GF