From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27424 invoked by alias); 26 Apr 2008 22:23:12 -0000 Received: (qmail 27416 invoked by uid 22791); 26 Apr 2008 22:23:11 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 26 Apr 2008 22:22:54 +0000 Received: (qmail 9788 invoked from network); 26 Apr 2008 22:22:50 -0000 Received: from unknown (HELO localhost) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Apr 2008 22:22:50 -0000 From: Vladimir Prus To: Nick Roberts Subject: Re: [MI] -break-delete with several breakpoints Date: Sun, 27 Apr 2008 04:26:00 -0000 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Bob Rossi , gdb@sourceware.org References: <200804262208.50476.vladimir@codesourcery.com> <20080426194843.GA13338@brasko.net> <18451.43604.348956.734019@kahikatea.snap.net.nz> In-Reply-To: <18451.43604.348956.734019@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804270222.50020.vladimir@codesourcery.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-04/txt/msg00218.txt.bz2 On Sunday 27 April 2008 02:19:00 Nick Roberts wrote: > > > Opinions? > > > > The only case I can think that would be nice is something like, > > -break-disable -all > > -break-disable with no argument will already do this as it just executes > the CLI command "disable". Which is not guaranteed to be the case in future. That's why I'm trying to figure what is desired behaviour is. - Volodya