From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13230 invoked by alias); 5 Oct 2004 11:52:07 -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 13216 invoked from network); 5 Oct 2004 11:52:06 -0000 Received: from unknown (HELO mailhost.computing.dcu.ie) (136.206.11.247) by sourceware.org with SMTP; 5 Oct 2004 11:52:06 -0000 Received: from 136.206.11.180 (dobrien [136.206.11.180]) by mailhost.computing.dcu.ie (8.12.10/8.12.10) with ESMTP id i95Bm3jU007743 for ; Tue, 5 Oct 2004 12:48:03 +0100 (BST) From: "Darragh O'Brien" Reply-To: dobrien@computing.dcu.ie Organization: DCU To: gdb@sources.redhat.com Subject: info addr local Date: Tue, 05 Oct 2004 12:11:00 -0000 User-Agent: KMail/1.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410051252.46374.dobrien@computing.dcu.ie> X-SW-Source: 2004-10/txt/msg00076.txt.bz2 Hi, I am using gcc 3.3.3 and gdb 6.1 on Suse. When I ask about local variables I get the following error: (gdb) info addr local Symbol "local" is a variable with complex or multiple locations (DWARF2) This used to work, and would give me the offset of local from ebp. Can I get it to work again with this newer version of gdb? Also, on disassembling code I see it now no longer tells me what libc functions I am calling e.g. I used to see call ... but now I see call ... <_init + 152>. Can I get this to work again too? Thanks, Darragh