From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5693 invoked by alias); 12 Apr 2005 19:21:51 -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 5603 invoked from network); 12 Apr 2005 19:21:47 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 12 Apr 2005 19:21:47 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DLQxB-0002vY-GH; Tue, 12 Apr 2005 15:21:41 -0400 Date: Tue, 12 Apr 2005 19:21:00 -0000 From: Daniel Jacobowitz To: Stan Shebs Cc: Eli Zaretskii , "Maciej W. Rozycki" , gdb-patches@sources.redhat.com Subject: Re: Support for "break *ADDRESS thread THREADNO" Message-ID: <20050412192141.GA11186@nevyn.them.org> Mail-Followup-To: Stan Shebs , Eli Zaretskii , "Maciej W. Rozycki" , gdb-patches@sources.redhat.com References: <20050412181334.GA2560@nevyn.them.org> <01c53f90$Blat.v2.4$17427900@zahav.net.il> <20050412185549.GA9715@nevyn.them.org> <01c53f92$Blat.v2.4$280330c0@zahav.net.il> <425C1ECE.9060907@apple.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <425C1ECE.9060907@apple.com> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00104.txt.bz2 On Tue, Apr 12, 2005 at 12:17:34PM -0700, Stan Shebs wrote: > Eli Zaretskii wrote: > > > > >Or maybe a command option "break --thread=ID *ADDR". (Or did we > >decide to not use such syntax?) > > > "--" is still valid expression syntax, though unlikely in > that context. > > Looking at the keyboard, I don't see much that is not already > part of language or GDB syntax. How about '/', which has no > unary usage, and is already used for command modifiers? Fortunately, break does not take an expression; in 'break *FOO' FOO can be an expression, but the * is not part of it. (The question of using -- options is a different one. Response was pretty negative the last time we discussed this, IIRC. But I like it.) -- Daniel Jacobowitz CodeSourcery, LLC