From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29011 invoked by alias); 2 Nov 2009 21:33:07 -0000 Received: (qmail 28995 invoked by uid 22791); 2 Nov 2009 21:33:06 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from m98.hosting.altserver.com (HELO m98.hosting.altserver.com) (72.34.46.98) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Nov 2009 21:33:01 +0000 Received: from help3.essnet.com ([208.249.80.247]:57245 helo=HELP3) by hosting.altserver.com with esmtpa (Exim 4.69) (envelope-from ) id 1N54WJ-0000wm-PA; Mon, 02 Nov 2009 13:33:00 -0800 Message-ID: <50C6D56245CE4AFDBA0A2853C2CA378D@HELP3> From: =?iso-8859-1?Q?Mar=EDa_de_los_A._V=E1zquez?= To: "Keith Seitz" Cc: References: <4AEF4006.8020604@redhat.com> In-Reply-To: <4AEF4006.8020604@redhat.com> Subject: Re: Fw: Initialization Commands Date: Mon, 02 Nov 2009 21:33:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response 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/msg00009.txt.bz2 > On 11/02/2009 12:03 PM, María de los A. Vázquez wrote: > More evidence that "-nx" is being used... You can double-check this by > opening a console window (in insight) and entering the following command: > > (gdb) tk set ::GDBStartup(inhibit_prefs) > > If this returns "1", then the "-nx" option was passed to gdb/insight. You > can override this by defining "INSIGHT_FORCE_READ_PREFERENCES" in your > environment, i.e., "export INSIGHT_FORCE_READ_PREFERENCES=1" for the bash > shell. > It returns 1. What do you mean with "environment"? Something that is also really important for me is that gdb/insight could keep the breakpoints that I already declared. Did you know in which file does gdb/insight save this information? María