From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23812 invoked by alias); 8 Jan 2003 09:05:09 -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 23542 invoked from network); 8 Jan 2003 09:03:51 -0000 Received: from unknown (HELO gateway.sysen) (212.118.92.51) by 209.249.29.67 with SMTP; 8 Jan 2003 09:03:51 -0000 Received: from netscape.net (zv-23.sysen [10.0.30.23]) by gateway.sysen (8.9.3/8.9.3/12.06.1999) with ESMTP id KAA06222 for ; Wed, 8 Jan 2003 10:03:38 +0100 Message-ID: <3E1BE980.7010502@netscape.net> Date: Wed, 08 Jan 2003 09:05:00 -0000 From: Iztok Kobal User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903 X-Accept-Language: sl, en-us MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Re: GDB not showing local-to-block variables ? References: <3E1BDC6D.3020604@netscape.net> X-Enigmail-Version: 0.63.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00075.txt.bz2 Iztok Kobal wrote: > When invoking the gdb, it does not show the variables which are local > to the block within some function: I know a little more: this reffers to debugging the shared object's exported function and the GDB does not show any of the local-to-function variables, only function arguments. I.