From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14623 invoked by alias); 8 Mar 2005 22:12:11 -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 14569 invoked from network); 8 Mar 2005 22:12:06 -0000 Received: from unknown (HELO priv-edtnes56.telusplanet.net) (199.185.220.220) by sourceware.org with SMTP; 8 Mar 2005 22:12:06 -0000 Received: from takamaka.act-europe.fr ([154.20.104.226]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050308221203.DOZB18457.priv-edtnes56.telusplanet.net@takamaka.act-europe.fr> for ; Tue, 8 Mar 2005 15:12:03 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C61D447DC0; Tue, 8 Mar 2005 14:11:57 -0800 (PST) Date: Tue, 08 Mar 2005 22:12:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] re-read symbols before "start"-ing... Message-ID: <20050308221157.GH1113@adacore.com> References: <20050308064529.GB18053@adacore.com> <20050308134809.GE7417@nevyn.them.org> <20050308212816.GF1113@adacore.com> <20050308214519.GA26772@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050308214519.GA26772@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2005-03/txt/msg00131.txt.bz2 > > 2005-03-08 Joel Brobecker > > > > * infcmd.c (run_command_1): New function, extracted from > > run_command. > > (run_command): Replace implementation by call to run_command_1. > > (start_command): Use run_command_1 to insert the temporary > > breakpoint and run the program. Remove code that's no longer > > needed, as already done at the proper time by run_command_1. > > Thanks, that's just what I had in mind. This is OK. Great! Thank you, I checked the changes in. Just for the record, I also just submitted the associated testcase. See http://sources.redhat.com/ml/gdb-patches/2005-03/msg00130.html -- Joel