From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25157 invoked by alias); 2 Aug 2005 12:15:09 -0000 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 Received: (qmail 25149 invoked by uid 22791); 2 Aug 2005 12:15:05 -0000 Received: from torfw.gnss.com (HELO TOREXCL1.gmi.domain) (209.47.22.60) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 02 Aug 2005 12:15:05 +0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: insihgt GUI didn't update Date: Tue, 02 Aug 2005 12:15:00 -0000 Message-ID: From: "Julie Tao" To: "Keith Seitz" Cc: X-SW-Source: 2005-q3/txt/msg00036.txt.bz2 Hi Keith, As you say, it is the inferior_pid problem. The target is nuon, originally ported on the very old gdb, now I am trying to port it to the recently gdb and insight. I've changed the create_inferior function, and the problem is gone.=20 Thanks! Julie -----Original Message----- From: Keith Seitz [mailto:keiths@redhat.com]=20 Sent: Monday, August 01, 2005 2:46 PM To: Julie Tao Cc: insight@sourceware.org Subject: RE: insihgt GUI didn't update On Wed, 2005-07-27 at 17:59 -0400, Julie Tao wrote: > After I hit "run" and the target stopped at the breakpoint, the source > line is highlighted correctly in the source window, but all items under > "Control" are grayed out in the GUI. >=20 > I can only use "run" button, not other run controls. What is the target? This sounds a lot like the old inferior_pid problem (is the gdb global variable inferior_pid non-zero?). Keith