From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5518 invoked by alias); 26 Jul 2005 22:28:29 -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 5507 invoked by uid 22791); 26 Jul 2005 22:28:25 -0000 Received: from torfw.gnss.com (HELO TOREXCL1.gmi.domain) (209.47.22.60) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 26 Jul 2005 22:28:25 +0000 Content-class: urn:content-classes:message Subject: insihgt GUI didn't update MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 26 Jul 2005 22:28:00 -0000 Message-ID: From: "Julie Tao" To: X-SW-Source: 2005-q3/txt/msg00022.txt.bz2 Hi, I add a new processor in the targetselection.itb as the following: # NUON set gdb_target(nuon,pretty-name) "NUON" set gdb_target(nuon,defbaud) "" set gdb_target(nuon,baud-rates) {} set gdb_target(nuon,cmd) "nuon" set gdb_target(nuon,runlist) {0 0 1 0} set gdb_target(nuon,options) "" set gdb_target(nuon,after_attaching) {} I got problems using my local insight: I set a breakpoint and hit the "run" button from the GUI, the target actually stopped at the breakpoint correctly, but the insight GUI didn't get updated, for example, "Step", "Next", "Finish" and "Continue" are all grayed still.=20 Do you have ideas why this happened? Thanks! Julie=20