From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14661 invoked by alias); 26 Aug 2011 12:07:18 -0000 Received: (qmail 14652 invoked by uid 22791); 26 Aug 2011 12:07:17 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 26 Aug 2011 12:07:04 +0000 Received: (qmail 22340 invoked from network); 26 Aug 2011 12:07:03 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Aug 2011 12:07:03 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [patch 1/2] Code reshuffle for patch 2/2 [Re: [patch] Do not bpstat_clear_actions on throw_exception] Date: Fri, 26 Aug 2011 12:07:00 -0000 User-Agent: KMail/1.13.6 (Linux/2.6.38-11-generic; KDE/4.7.0; x86_64; ; ) Cc: Jan Kratochvil References: <20110805201417.GA23405@host1.jankratochvil.net> <20110822145142.GA11817@host1.jankratochvil.net> <20110826092912.GA21687@host1.jankratochvil.net> In-Reply-To: <20110826092912.GA21687@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201108261307.01136.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: 2011-08/txt/msg00486.txt.bz2 On Friday 26 August 2011 10:29:12, Jan Kratochvil wrote: > On Mon, 22 Aug 2011 16:51:43 +0200, Jan Kratochvil wrote: > > gdb/ > > 2011-08-21 Jan Kratochvil > > > > No functionality change. > > * breakpoint.c (bpstat_clear_actions): Remove the BS parameter, make > > function comment a reference, new variables tp and bs, move here code > > from throw_exception. > > * breakpoint.h (bpstat_clear_actions): Remove the BS parameter, > > describe it in the comment. > > * exceptions.c (throw_exception): Remove variable tp, move the code for > > bpstat_clear_actions to bpstat_clear_actions. > > Checked in; it could be also considered as a code cleanup maybe, just to avoid > carrying it over for all the other patches being investigated. > http://sourceware.org/ml/gdb-cvs/2011-08/msg00112.html Thanks for doing this. -- Pedro Alves