From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7231 invoked by alias); 29 Apr 2003 14:22:34 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 7224 invoked from network); 29 Apr 2003 14:22:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 29 Apr 2003 14:22:34 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h3TEMYD20903 for ; Tue, 29 Apr 2003 10:22:34 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3TEMYq32746; Tue, 29 Apr 2003 10:22:34 -0400 Received: from [150.1.200.14] (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h3TEMXY00420; Tue, 29 Apr 2003 10:22:33 -0400 Subject: Re: Problem with Insight GUI mode From: Keith Seitz To: Peter Reilley Cc: "insight@sources.redhat.com" In-Reply-To: <045f01c30e43$17ee3270$c9d145cc@mrrmnh.adelphia.net> References: <002f01c30e25$c7493b70$2401a8c0@charleshenri> <045f01c30e43$17ee3270$c9d145cc@mrrmnh.adelphia.net> Content-Type: text/plain Organization: Message-Id: <1051626305.1532.7.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Tue, 29 Apr 2003 14:22:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q2/txt/msg00051.txt.bz2 On Tue, 2003-04-29 at 04:33, Peter Reilley wrote: > I have a problem with Insight 5.2.1 cross compiled for the ARM > processor. Insight is running on X86 Linux. I am using Insight > to connect to a remote target using Redhat's RDA. [Zowie.. 5.2.1 is old, old, old. Any chance I could convince you to go to 5.3 or CVS head?] > When it starts up only the RUN button is enabled, all the others > are grayed out. When using Insight/GDB in this manner you > cannot use the RUN command. If I open a command window > and issue a STEP command, then everything is fine, the other > buttons are enabled. I'm afraid I don't understand the sequence of events. When Insight is initially run, only the Run button will be enabled. This is correct. When you subsequently attach to a target, the other buttons should become enabled. Are you saying that after attaching/downloading/etc, only the run button remains enabled? That's a problem :-). There are a couple of things that we might be able to do to work around the problem. Can you open a console window and enter the commands: (gdb) tk gdb_target_has_execution (gdb) tk set ::gdb_running Send the results when you are attached to the target (and the buttons are disabled). Try doing "tk gdbtk_update". Does that enable the buttons? Keith