From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12839 invoked by alias); 27 Feb 2004 15:00:22 -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 12829 invoked from network); 27 Feb 2004 15:00:21 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 27 Feb 2004 15:00:21 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1AwjTQ-0000sq-Ui for ; Fri, 27 Feb 2004 10:00:20 -0500 Date: Fri, 27 Feb 2004 15:00:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: [MI] -file-list-exec-source-files Message-ID: <20040227150020.GA3323@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <20040216154628.GA996@nevyn.them.org> <20040216160835.GB3978@white> <40325BC5.4090403@gnu.org> <20040217191005.GA5982@white> <20040217191238.GA30895@nevyn.them.org> <20040217193001.GB5982@white> <20040217193327.GA31855@nevyn.them.org> <20040223131335.GA16675@white> <20040223135527.GA28267@nevyn.them.org> <20040227042958.GA21768@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040227042958.GA21768@white> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-02/txt/msg00415.txt.bz2 On Thu, Feb 26, 2004 at 11:29:58PM -0500, Bob Rossi wrote: > The question is, why would I get no header files when I use dwarf2? This > also is the same output of the CLI command 'info sources'. Is there any > way I can add the headers to the output of my command? It's certainly > possible the user could set a breakpoint in one of them, so they user > should be able to select the header's from a list, which is the output > of this command. This is due to a long-standing problem with the DWARF-2 output generated by GCC and accepted by GDB. If you use the intercu branch I've been working on, and build with -gdwarf-2, you will probably see them - I'm not sure if you'll be able to set breakpoints in them or not. Joel also posted a workaround for this some weeks ago. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer