From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12412 invoked by alias); 8 Mar 2005 21:45:28 -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 12342 invoked from network); 8 Mar 2005 21:45:23 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 8 Mar 2005 21:45:23 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D8mVz-0006yc-4J; Tue, 08 Mar 2005 16:45:19 -0500 Date: Tue, 08 Mar 2005 21:45:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] re-read symbols before "start"-ing... Message-ID: <20050308214519.GA26772@nevyn.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sources.redhat.com References: <20050308064529.GB18053@adacore.com> <20050308134809.GE7417@nevyn.them.org> <20050308212816.GF1113@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050308212816.GF1113@adacore.com> User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-03/txt/msg00127.txt.bz2 On Tue, Mar 08, 2005 at 01:28:16PM -0800, Joel Brobecker wrote: > 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. > > Tested on x86-linux, no regression. I have a testcase that I will submit > shortly that used to fail before the change, and passes after. > > OK to apply? Thanks, that's just what I had in mind. This is OK. -- Daniel Jacobowitz CodeSourcery, LLC