From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20970 invoked by alias); 19 Jun 2006 17:35:07 -0000 Received: (qmail 20961 invoked by uid 22791); 19 Jun 2006 17:35:07 -0000 X-Spam-Check-By: sourceware.org Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (216.148.227.151) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Jun 2006 17:35:04 +0000 Received: from ultsol.com (c-24-147-245-185.hsd1.ma.comcast.net[24.147.245.185]) by comcast.net (rwcrmhc11) with ESMTP id <20060619173503m1100b1vche>; Mon, 19 Jun 2006 17:35:03 +0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Trying to remote debug question Date: Mon, 19 Jun 2006 19:22:00 -0000 Message-ID: <81C69D96BDD30640952C7A404004AA2543A7A3@ultsol01.tewks.ultsol.local> From: "Fahd Abidi" To: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00127.txt.bz2 Hello, I am trying to launch a remote debug into my target, I have a mips based board but with only one serial port and No ethernet. I use the serial port as the target console for my 2.6 kernel. I am wondering if I can launch the GDBServer to use /dev/ttyS0 even though my Linux console is also tied to this com port? It is the only comport available on the target so I have to try and use it for both my console and remote debugging. When I try to launch a GDB session to this port it says "inappropriate IOCTL for this device". Fahd Abidi