From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9212 invoked by alias); 29 Jun 2004 18:34:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 9189 invoked from network); 29 Jun 2004 18:34:17 -0000 Received: from unknown (HELO lakermmtao07.cox.net) (68.230.240.32) by sourceware.org with SMTP; 29 Jun 2004 18:34:17 -0000 Received: from white ([68.9.64.121]) by lakermmtao07.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040629183415.CJMN27959.lakermmtao07.cox.net@white>; Tue, 29 Jun 2004 14:34:15 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BfNQp-00019v-00; Tue, 29 Jun 2004 14:34:11 -0400 Date: Tue, 29 Jun 2004 18:34:00 -0000 From: Bob Rossi To: Eli Zaretskii Cc: schwab@suse.de, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: -file-list-exec-source-files Message-ID: <20040629183411.GC4111@white> Mail-Followup-To: Eli Zaretskii , schwab@suse.de, ezannoni@redhat.com, gdb-patches@sources.redhat.com References: <20040329205545.GA26696@white> <20040405214043.GA2052@white> <20040412150620.GA9464@white> <20040420141001.GB4465@white> <16519.59247.93650.941260@localhost.redhat.com> <20040426130529.GA11975@white> <20040628204031.GE2665@white> <7105-Tue29Jun2004070033+0300-eliz@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7105-Tue29Jun2004070033+0300-eliz@gnu.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-06/txt/msg00678.txt.bz2 On Tue, Jun 29, 2004 at 07:00:34AM +0200, Eli Zaretskii wrote: > > Date: Mon, 28 Jun 2004 16:40:31 -0400 > > From: Bob Rossi > > > > The patch below checks symtab_to_fullname's return value against NULL. > > Even though this is the "trivial" fix, I believe it is the correct > > patch. When I added these calls recently, I blindly changed the old call > > to symtab_to_fullname, and the old call did not return NULL. > > > > Permission to apply? > > This patch is okay with me. Am I OK to commit? Thanks, Bob Rossi