From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10148 invoked by alias); 1 Aug 2005 18:45:45 -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 10079 invoked by uid 22791); 1 Aug 2005 18:45:41 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 01 Aug 2005 18:45:41 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j71Ija1o015937; Mon, 1 Aug 2005 14:45:36 -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 j71IjaV12744; Mon, 1 Aug 2005 14:45:36 -0400 Received: from localhost.localdomain (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j71IjVsV009037; Mon, 1 Aug 2005 14:45:35 -0400 Subject: RE: insihgt GUI didn't update From: Keith Seitz To: Julie Tao Cc: insight@sourceware.org In-Reply-To: References: Content-Type: text/plain Date: Mon, 01 Aug 2005 18:45:00 -0000 Message-Id: <1122921930.5039.1.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q3/txt/msg00028.txt.bz2 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. > > 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