From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16415 invoked by alias); 21 Aug 2011 14:34:20 -0000 Received: (qmail 16247 invoked by uid 22791); 21 Aug 2011 14:34:19 -0000 X-SWARE-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 21 Aug 2011 14:33:59 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7LEXo4X002640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 21 Aug 2011 10:33:50 -0400 Received: from host1.jankratochvil.net (ovpn-116-42.ams2.redhat.com [10.36.116.42]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7LEXmxa028555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 21 Aug 2011 10:33:50 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p7LEXlom010933; Sun, 21 Aug 2011 16:33:47 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p7LEXk0M010932; Sun, 21 Aug 2011 16:33:46 +0200 Date: Sun, 21 Aug 2011 14:34:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Cc: Pedro Alves Subject: Re: [patch] Code cleanup: Remove commands_left [Do not bpstat_clear_actions on throw_exception] Message-ID: <20110821143345.GA22280@host1.jankratochvil.net> References: <20110805201417.GA23405@host1.jankratochvil.net> <201108081644.08465.pedro@codesourcery.com> <20110818153413.GA23189@host1.jankratochvil.net> <201108181742.19980.pedro@codesourcery.com> <20110818190440.GA6072@host1.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110818190440.GA6072@host1.jankratochvil.net> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00408.txt.bz2 On Thu, 18 Aug 2011 21:04:40 +0200, Jan Kratochvil wrote: > gdb/ > 2011-08-18 Jan Kratochvil > > Code cleanup. > * breakpoint.c (bpstat_clear_actions): Remove clearing of commands_left. > (command_line_is_silent): New function. > (bpstat_do_actions_1): No longer use commands_left, use > command_line_is_silent for commands. > (bpstat_alloc): Remove clearing of commands_left. > (bpstat_stop_status): Remove initialization of commands_left, use > command_line_is_silent. > * breakpoint.h (struct bpstats): Remove commands_left. Checked in: http://sourceware.org/ml/gdb-cvs/2011-08/msg00094.html Thanks, Jan