From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10413 invoked by alias); 2 Oct 2007 12:27:44 -0000 Received: (qmail 10397 invoked by uid 22791); 2 Oct 2007 12:27:42 -0000 X-Spam-Check-By: sourceware.org Received: from smtp6.poczta.onet.pl (HELO smtp6.poczta.onet.pl) (213.180.130.36) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Oct 2007 12:27:35 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:4046 "EHLO [10.0.0.62]" rhost-flags-OK-OK-OK-FAIL) by ps6.test.onet.pl with ESMTPA id S184745533AbXJBM1cUqUZ3 (ORCPT ); Tue, 2 Oct 2007 11:27:32 -0100 Message-ID: <47023933.4020109@op.pl> Date: Tue, 02 Oct 2007 12:27:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: how to find where specified variable is declared? References: <470233D9.1030207@op.pl> <20071002120716.GA13196@caradoc.them.org> In-Reply-To: <20071002120716.GA13196@caradoc.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00014.txt.bz2 >> Does gdb have information about source file for specified variable (I want to >> find where such variable is declared)?. > > Try "list varname"? It works only for function names :(