From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23430 invoked by alias); 2 Jan 2004 16:29:45 -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 23423 invoked from network); 2 Jan 2004 16:29:44 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 2 Jan 2004 16:29:44 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D141C2B8F; Fri, 2 Jan 2004 11:29:42 -0500 (EST) Message-ID: <3FF59C76.3000902@gnu.org> Date: Fri, 02 Jan 2004 16:29:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/patch] handle_inferior_event() extract some code into a separate function References: <20031219144323.GL826@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00023.txt.bz2 > [I think this patch was sort of pre-approved by Andrew, which explains > why I put "patch" in the subject, but I prefered to make sure and ask > for approval again. Hence the RFA] > > Hello, > > This change is related to a discussion started in the following thread: > http://sources.redhat.com/ml/gdb-patches/2003-12/msg00037.html > > In particular, this implements the suggestion made by Andrew in the > following message: > http://sources.redhat.com/ml/gdb-patches/2003-12/msg00279.html > > This patch implements the first part, which is to extract the code > inside the we-stepped-into-a-function if block, and move it to its > own function. It's fairly mechanical. > > The next step will be to change the if condition itself to separate > out the targets where the new frame code is used from the ones where > the old one is still in use. I will send a patch as soon as this one > is reviewed. M'kay. Andrew