From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28459 invoked by alias); 14 Aug 2006 22:41:32 -0000 Received: (qmail 28450 invoked by uid 22791); 14 Aug 2006 22:41:32 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Aug 2006 22:41:30 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7EMfRPj028201; Mon, 14 Aug 2006 18:41:27 -0400 Received: from localhost.localdomain (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k7EMfL4N017462; Mon, 14 Aug 2006 18:41:21 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by localhost.localdomain (8.13.1/8.12.8) with ESMTP id k7EMfK6s004061; Mon, 14 Aug 2006 18:41:21 -0400 Message-ID: <44E0FC0F.6000109@redhat.com> Date: Mon, 14 Aug 2006 22:41:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Nik Shaylor CC: insight Subject: Re: How to connect to running program via a serial port References: <20934fa50608141335y47525743mf862679fe1861118@mail.gmail.com> <44E0DFD8.5010208@redhat.com> <20934fa50608141401o7ac5a8dl71cc71b6957a17f@mail.gmail.com> <44E0E55A.7080604@redhat.com> <20934fa50608141410g6ad3fbeep98905eaf34335c75@mail.gmail.com> <44E0F6EC.50604@redhat.com> <20934fa50608141533g36faf06aq8e724c256495eb69@mail.gmail.com> In-Reply-To: <20934fa50608141533g36faf06aq8e724c256495eb69@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00026.txt.bz2 [CC'ing mailing list] Nik Shaylor wrote: > (gdb) show version > GNU gdb 6.5.0.20060626-cvs > Copyright (C) 2006 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "x86_64-unknown-linux-gnu". Oh, okay, I see the problem... You're using something like gdbserver (or similar type thing). Insight thinks you're using a native target (which is true), but you are not using the local system. So the mis-feature is that the Run menu should change if the target settings are set to use anything but a native target (e.g., "exec"). In that case, it looks like you're out of luck until this is mess gets straightened out. I won't make any guarantees, but I'll put it on my ever-growing TODO list. Keith