From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7368 invoked by alias); 30 Jan 2007 08:51:38 -0000 Received: (qmail 7358 invoked by uid 22791); 30 Jan 2007 08:51:37 -0000 X-Spam-Check-By: sourceware.org Received: from outmx020.isp.belgacom.be (HELO outmx020.isp.belgacom.be) (195.238.4.201) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 30 Jan 2007 08:51:31 +0000 Received: from outmx020.isp.belgacom.be (localhost [127.0.0.1]) by outmx020.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id l0U8pLNK007027 for ; Tue, 30 Jan 2007 09:51:21 +0100 (envelope-from ) Received: from [192.168.1.2] (12.192-200-80.adsl-dyn.isp.belgacom.be [80.200.192.12] (may be forged)) by outmx020.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id l0U8pIs6006972 for ; Tue, 30 Jan 2007 09:51:18 +0100 (envelope-from ) Date: Tue, 30 Jan 2007 08:51:00 -0000 From: Vincent De Groote To: gdb@sourceware.org Subject: Nexted function context Message-ID: X-Mailer: Mulberry/4.0.7 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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-01/txt/msg00348.txt.bz2 Hello, I'm using gdb on c files compiled with gcc. I use a lot of nested function calls. When the program makes a core dump in a nested function, I can't see the local variables (No symbol in local context). I have the same problem if I single step within a running program. Are some options missing on compiler command line ? (at this time, the only debugging flag is -g) Thanks for your replies Vincent De Groote