From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22234 invoked by alias); 4 Nov 2009 20:28:39 -0000 Received: (qmail 22226 invoked by uid 22791); 4 Nov 2009 20:28:38 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Wed, 04 Nov 2009 20:28:33 +0000 Received: from help3.essnet.com ([208.249.80.247]:49365 helo=HELP3) by hosting.altserver.com with esmtpa (Exim 4.69) (envelope-from ) id 1N5mSz-00073X-Sp; Wed, 04 Nov 2009 12:28:31 -0800 Message-ID: <6A1B4B1ABAF141398311A422FFC59D67@HELP3> From: =?iso-8859-1?Q?Mar=EDa_de_los_A._V=E1zquez?= To: "Keith Seitz" Cc: References: <4AEF4006.8020604@redhat.com> <50C6D56245CE4AFDBA0A2853C2CA378D@HELP3> <4AEF54E4.2070209@redhat.com> <519FEDB294554B38AA780E6E14D10F98@HELP3> <4AF1CAFA.2080209@redhat.com> <3016172ABB7447CB8ED230D87BCDDD02@HELP3> <4AF1D3A5.1040804@redhat.com> In-Reply-To: <4AF1D3A5.1040804@redhat.com> Subject: Re: Fw: Initialization Commands Date: Wed, 04 Nov 2009 20:28: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/msg00015.txt.bz2 > On 11/04/2009 11:10 AM, María de los A. Vázquez wrote: > > This means that "INSIGHT_FORCE_READ_PREFERENCES" was not defined in the > environment -- double-check your setting of this. [You might have to > log-out and log back into your computer (or even restart it) for Windows > to recognize this. I don't know exactly, it has been a very long time > since I used Windows.] I restart my machine and now (gdb) tk set ::env(INSIGHT_FORCE_READ_PREFERENCES) returns "1". > Can you open a (command) shell and view the environment variables? [I > think that's the "env" command, but don't hold me to it. Like I said, I > haven't used windows seriously for at least ten years.] If so, is > INSIGHT_FORCE_READ_PREFERENCES listed? After the restart of my machine, I run the env command and now it shows INSIGHT_FORCE_ READ_PREFERENCES variables with "1" as its value. > [Of course, the '$' should have been omitted.] Nonetheless, this is the > directory that is coming up as your home directory. [Is "HOME" set in your > environment?] Unless you define HOME, you will have to place > gdbtk.ini/gdb.ini in this directory in order for insight to find it. To be > precise, this is where you will have to put gdb.ini (which you should not > need). This is where insight will put gdbtk.ini. gdbtk.ini is on my home directory: C:\Users\help. > I hope that does not turn into a problem. I have no idea what kind of > modifications were made to gdb/insight (if any). What is the output of > "show version"? This is the output of "show version": (gdb) show version GNU gdb 6.8.50.20080425-cvs Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "--host=i686-pc-mingw32 --target=arm-eabi". Now it's reading one breakpoint that was saved previously on gdbtk.ini when I tested it in command line, but it isn't reading my .gdbinit file that is also located in my home directory (C:\Users\help). María