From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4280 invoked by alias); 22 Nov 2004 19:10:19 -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 4260 invoked from network); 22 Nov 2004 19:10:12 -0000 Received: from unknown (HELO priv-edtnes51.telusplanet.net) (199.185.220.223) by sourceware.org with SMTP; 22 Nov 2004 19:10:12 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes51.telusplanet.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041122191011.PBUY13895.priv-edtnes51.telusplanet.net@takamaka.act-europe.fr> for ; Mon, 22 Nov 2004 12:10:11 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 27AC647DA0; Mon, 22 Nov 2004 11:10:11 -0800 (PST) Date: Mon, 22 Nov 2004 19:10:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Improve "start" command for Ada Message-ID: <20041122191011.GG1141@adacore.com> References: <20041021034759.GP21300@gnat.com> <01c4b72e$Blat.v2.2.2$b14feb80@zahav.net.il> <20041021210951.GZ21300@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041021210951.GZ21300@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-11/txt/msg00438.txt.bz2 Ping? (one month) The doco part has already been approved. On Thu, Oct 21, 2004 at 02:09:51PM -0700, Joel Brobecker wrote: > 2004-10-20 Joel Brobecker > > * doc/observer.texi (executable_changed): New observer. > * symtab.c: Include "observer.h". > (find_main_name): New function. > (main_name): If name_of_main is unset, then compute it > using find_main_name. > (symtab_observer_executable_changed): New function. > (_initialize_symtab): Attach executable_changed observer. > * exec.c: Include "observer.h". > (exec_file_attach): Emit executable_changed notification. > * symfile.c: Include "observer.h". > (reread_symbols): Send an executable_changed if appropriate. > * Makefile.in (exec.o): Add dependency on observer.h. > (symfile.o): Likewise. > (symtab.o): Likewise. > > Tested on x86-linux. Still fixes 1 FAIL in gdb.ada/null_record.exp. The patch is available at: http://sources.redhat.com/ml/gdb-patches/2004-10/msg00365.html Thanks! -- Joel