From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20788 invoked by alias); 2 Oct 2007 12:05:06 -0000 Received: (qmail 20735 invoked by uid 22791); 2 Oct 2007 12:05:02 -0000 X-Spam-Check-By: sourceware.org Received: from smtp30.poczta.onet.pl (HELO smtp30.poczta.onet.pl) (213.180.130.142) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 Oct 2007 12:04:58 +0000 Received: from static-62-233-152-148.devs.futuro.pl ([62.233.152.148]:28687 "EHLO [10.0.0.62]") by ps30.test.onet.pl with ESMTP id (ORCPT ); Tue, 2 Oct 2007 14:04:42 +0200 Message-ID: <470233D9.1030207@op.pl> Date: Tue, 02 Oct 2007 12:05:00 -0000 From: Bogdan Slusarczyk User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: gdb@sourceware.org Subject: how to find where specified variable is declared? Content-Type: text/plain; charset=ISO-8859-2; 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/msg00012.txt.bz2 Hi, Does gdb have information about source file for specified variable (I want to find where such variable is declared)?. Thank in advance Bogdan