From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23435 invoked by alias); 26 Mar 2008 18:55:39 -0000 Received: (qmail 23426 invoked by uid 22791); 26 Mar 2008 18:55:38 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Mar 2008 18:55:19 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id CEC72983AA; Wed, 26 Mar 2008 18:55:17 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 9F892983A1; Wed, 26 Mar 2008 18:55:17 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JeamK-0001Kb-Ri; Wed, 26 Mar 2008 14:55:16 -0400 Date: Wed, 26 Mar 2008 20:57:00 -0000 From: Daniel Jacobowitz To: Tom Tromey Cc: Doug Evans , Thiago Jung Bauermann , gdb ml Subject: Re: repo to work on python scripting support Message-ID: <20080326185516.GA4828@caradoc.them.org> Mail-Followup-To: Tom Tromey , Doug Evans , Thiago Jung Bauermann , gdb ml References: <1205538908.6643.138.camel@localhost.localdomain> <1206369478.29533.15.camel@localhost.localdomain> <20080326180455.GA22644@caradoc.them.org> <20080326182505.GA2816@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes 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-03/txt/msg00249.txt.bz2 On Wed, Mar 26, 2008 at 11:44:39AM -0600, Tom Tromey wrote: > Maybe we could do the same kind of parsing for commands. Yep. The only part of this I'm concerned about is separators. Basically, an expression can be followed only by a comma or the end of arguments. If you want just a number or address, though, you can use spaces. Maybe we should always use commas to simplify. -- Daniel Jacobowitz CodeSourcery