From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5434 invoked by alias); 18 Aug 2003 15:46:13 -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 5385 invoked from network); 18 Aug 2003 15:46:12 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 18 Aug 2003 15:46:12 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 68D722B7F; Mon, 18 Aug 2003 11:46:07 -0400 (EDT) Message-ID: <3F40F4BF.5020702@redhat.com> Date: Mon, 18 Aug 2003 15:46:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] Last major piece of fork tracing - vfork/exec References: <20030817201922.GA10584@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00294.txt.bz2 > This patch is the last major piece of fork tracing: support for vfork and > exec. I have not enabled the code in infrun which attempts to automatically > load the new executable, because I'm not happy with how it works, and > because it isn't necessary for this to be useful. > > I'll move this to the branch in a day or two if there are no problems. > I suppose fixing up the expected output in the testsuite is next... Please don't. The only things I know of still going down for 6.0 are some testsuite mangling and a re-fix for the red zone. Anything else can go in 6.1. My core file stuff, for instance, isn't in 6.0. Andrew