From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32173 invoked by alias); 17 May 2009 16:47:15 -0000 Received: (qmail 32159 invoked by uid 22791); 17 May 2009 16:47:14 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 17 May 2009 16:47:09 +0000 Received: (qmail 2951 invoked from network); 17 May 2009 16:47:07 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 17 May 2009 16:47:07 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: eliminate pending_follow.execd_pathname. Date: Sun, 17 May 2009 16:47:00 -0000 User-Agent: KMail/1.9.10 References: <200905171733.40993.pedro@codesourcery.com> In-Reply-To: <200905171733.40993.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200905171747.40189.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00346.txt.bz2 I've applied this follow up patch to clean up comments. -- Pedro Alves Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/ChangeLog,v retrieving revision 1.10478 diff -u -p -r1.10478 ChangeLog --- ChangeLog 17 May 2009 16:31:18 -0000 1.10478 +++ ChangeLog 17 May 2009 16:45:23 -0000 @@ -7,6 +7,8 @@ event copy instead. Release `execd_pathname' once done with handling the event. + * infrun.c (pending_follow): Remove mention of exec events. + 2009-05-17 Hui Zhu * i386-tdep.c (i386_process_record): Make it extern. Index: infrun.c =================================================================== RCS file: /cvs/src/src/gdb/infrun.c,v retrieving revision 1.373 diff -u -p -r1.373 infrun.c --- infrun.c 17 May 2009 16:31:21 -0000 1.373 +++ infrun.c 17 May 2009 16:45:24 -0000 @@ -255,10 +255,9 @@ void init_thread_stepping_state (struct void init_infwait_state (void); -/* This is used to remember when a fork, vfork or exec event - was caught by a catchpoint, and thus the event is to be - followed at the next resume of the inferior, and not - immediately. */ +/* This is used to remember when a fork or vfork event was caught by a + catchpoint, and thus the event is to be followed at the next resume + of the inferior, and not immediately. */ static struct { enum target_waitkind kind;