From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31737 invoked by alias); 13 Jul 2011 04:32:39 -0000 Received: (qmail 31721 invoked by uid 22791); 13 Jul 2011 04:32:38 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Jul 2011 04:32:24 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qgr7X-0006XF-AJ for insight@sources.redhat.com; Wed, 13 Jul 2011 06:32:23 +0200 Received: from 24-158-184-117.dhcp.jcsn.tn.charter.com ([24.158.184.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jul 2011 06:32:23 +0200 Received: from gds by 24-158-184-117.dhcp.jcsn.tn.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Jul 2011 06:32:23 +0200 To: insight@sources.redhat.com From: Gene Smith Subject: Two small insight (gdb?) bugs Date: Wed, 13 Jul 2011 04:32:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110621 Fedora/3.1.11-1.fc14 Thunderbird/3.1.11 X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2011-q3/txt/msg00001.txt.bz2 For the record I want to report two minor bugs I have been seeing with a recent cvs snapshot build using insight in embedded ARM environment: 1. In console I can set a breakpoint like this: b main But if I make a typo and enter an invalid symbol such as: b mai It hangs insight and I have to kill -9 it. 2. If I have a watch point window active with watches present and I reload or reset my program, I get an error dialog when trying to re-establish the watchpoints since they are lost after a reset or reload (watch window comes up blank). The only way to re-define the watches is to restart insight but at least it is not locked up like in 1. above. Workaround: Try to remember to close watch window before reloading or resetting. Note: Memory, register, breakpoint window are fine after a reset/reload (except possibly breakpoints are stranded due to code differences on reload). Not sure why watch window comes back blank. -gene