From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6131 invoked by alias); 6 Oct 2004 01:57:39 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 6124 invoked from network); 6 Oct 2004 01:57:38 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 6 Oct 2004 01:57:38 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i961vc7j017145 for ; Tue, 5 Oct 2004 21:57:38 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i961vbr05955; Tue, 5 Oct 2004 21:57:38 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CD47D28D2; Tue, 5 Oct 2004 21:57:22 -0400 (EDT) Message-ID: <41635102.6010405@gnu.org> Date: Wed, 06 Oct 2004 02:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040831 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Jos=E9_Miguel?= Cc: gdb@sources.redhat.com Subject: Re: Compilation directories References: <200410051258.40098.jmiguelbenitez@supercable.es> In-Reply-To: <200410051258.40098.jmiguelbenitez@supercable.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00106.txt.bz2 > Hi, friends! > > My name is Jose Miguel and I am trying to get the value of cdir. I mean, if I > type > > show directories > > I get > > Source directories searched: $cdir:$cwd > > but, I cannot find out the way to get the values of those directories. The > print command doesn't seem to work. Any idea? > Thank you indeed. I just hit the same problem: (gdb) print $cdir $1 = void doesn't help. Anyone? Andrew