From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27153 invoked by alias); 6 Nov 2009 19:04:19 -0000 Received: (qmail 26977 invoked by uid 22791); 6 Nov 2009 19:04:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 06 Nov 2009 19:04:13 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nA6J4AFZ026091; Fri, 6 Nov 2009 14:04:10 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nA6J45ae021447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 Nov 2009 14:04:08 -0500 Message-ID: <4AF47325.8050107@redhat.com> Date: Fri, 06 Nov 2009 19:04:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Lightning/1.0pre Thunderbird/3.0b4 MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22Mar=EDa_de_los_A=2E_V=E1zquez=22?= CC: insight@sourceware.org Subject: Re: Fw: Initialization Commands References: <4AEF4006.8020604@redhat.com> <50C6D56245CE4AFDBA0A2853C2CA378D@HELP3> <4AEF54E4.2070209@redhat.com> <519FEDB294554B38AA780E6E14D10F98@HELP3> <4AF1CAFA.2080209@redhat.com> <3016172ABB7447CB8ED230D87BCDDD02@HELP3> <4AF1D3A5.1040804@redhat.com> <6A1B4B1ABAF141398311A422FFC59D67@HELP3> <4AF1E67F.6030201@redhat.com> <4AF1F2C3.3070908@redhat.com> <32C38ADA3F3643C9A0F37DFCDAEAAA4F@HELP3> <4AF30419.2080204@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: 2009-q4/txt/msg00023.txt.bz2 On 11/06/2009 10:38 AM, María de los A. Vázquez wrote: > Is there another way to ignore the "-nx" option besides the one that you > already gave me (setting INSIGHT_FORCE_READ_PREFERENCES = 1) so insight > could save my breakpoints?? Not without rebuilding the debugger. > I'm > setting new ones but when I close insight and open it again they > dissapears. Something is wrong, then, because when INSIGHT_FORCE_READ_PREFERENCES is set, it *should* also save your preferences. So the next step is to figure out why. Here's the next thing to try: set GDBTK_DEBUG=1 in your environment. This will write the contents of the debug window to a file (insight.log), which you'll need to see whether preferences were saved. Start insight and then simply quit. Look at the end of the resulting file; you should see something like "I global pref_save {pref_save .gdbtkinit}". If there was an error saving the preferences, it will be noted here, too. > I'm testing insight using the console window and it's working fine. I > don't know if the "Not Responding" > issue when I press the Run button have to be with a problem of my PC or > not because it's really unusual > that it works just using the console window. Yeah, that is unusual, and it would seem to indicate a bug. Is your target some sort of simulator or actual hardware? If the sim, I might be able to try to reproduce your problem here. I seem to recall hacking on something arm-related in the not too distant past. Perhaps you just need a newer build of insight/gdb? There is one scenario that I can think of that would cause your timeout/hangup problems with the UI... I'll see if I can dig up some memories/emails/patches/ChangeLogs about this. Keith