From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8642 invoked by alias); 26 Jun 2002 02:37:04 -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 8624 invoked from network); 26 Jun 2002 02:36:53 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 26 Jun 2002 02:36:53 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C29903C62; Tue, 25 Jun 2002 22:36:43 -0400 (EDT) Message-ID: <3D1928BB.3060308@cygnus.com> Date: Tue, 25 Jun 2002 19:37:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tromey@redhat.com Cc: gdb-patches@sources.redhat.com, Fernando Nasser Subject: Re: RFA: don't repeat `delete' command References: <87ptygjsu8.fsf@fleche.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00523.txt.bz2 > I've run across this by accident a few times recently. It seems a bit > odd to me, and I'd prefer that the `delete' command not repeat. Hence > this patch. > > Ok? Yes. Deleting something already deleted is somewhat useless. Andrew > Index: ChangeLog > from Tom Tromey > > * breakpoint.c (delete_command): Don't repeat `delete' commands. >