From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4198 invoked by alias); 20 Aug 2002 13:28:18 -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 4165 invoked from network); 20 Aug 2002 13:28:16 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (205.232.38.247) by sources.redhat.com with SMTP; 20 Aug 2002 13:28:16 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id DF3C7D2CBD; Tue, 20 Aug 2002 06:28:18 -0700 (PDT) Date: Tue, 20 Aug 2002 06:28:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA] GDB/624 - tbreak commands not executed when breakpoint hit Message-ID: <20020820132818.GE25997@gnat.com> References: <20020731200936.GL683@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020731200936.GL683@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-08/txt/msg00584.txt.bz2 ping? > 2002-07-31 Joel Brobecker > > * breakpoint.c (breakpoint_auto_delete): Do not delete temporary > breakpoints to which a list of commands is attached. Mark them > for deletion at the next stop instead. Also disable them to avoid > hitting these breakpoints again. > Move the part that deletes the to-be-deleted breakpoints before > the part that deletes the temporary breakpoints, to avoid immediately > deleting the temporary breakpoints that we just marked for deletion. > > 2002-07-31 Joel Brobecker > > * gdb.base/commands.exp (temporary_breakpoint_commands): New test. -- Joel