From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4904 invoked by alias); 26 Mar 2008 22:45:14 -0000 Received: (qmail 4863 invoked by uid 22791); 26 Mar 2008 22:45:13 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.152) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 26 Mar 2008 22:44:55 +0000 Received: by fg-out-1718.google.com with SMTP id e12so3255905fga.0 for ; Wed, 26 Mar 2008 15:44:52 -0700 (PDT) Received: by 10.82.175.7 with SMTP id x7mr28674bue.36.1206571492520; Wed, 26 Mar 2008 15:44:52 -0700 (PDT) Received: by 10.82.162.12 with HTTP; Wed, 26 Mar 2008 15:44:52 -0700 (PDT) Message-ID: <8f2776cb0803261544u6e4c9f60u9f3fbde4095e5ec8@mail.gmail.com> Date: Thu, 27 Mar 2008 14:11:00 -0000 From: "Jim Blandy" To: "Doug Evans" , "Tom Tromey" , "Thiago Jung Bauermann" , "gdb ml" Subject: Re: repo to work on python scripting support In-Reply-To: <20080326180455.GA22644@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1205538908.6643.138.camel@localhost.localdomain> <1206369478.29533.15.camel@localhost.localdomain> <20080326180455.GA22644@caradoc.them.org> X-Google-Sender-Auth: 2abfeb671283fe0f 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/msg00260.txt.bz2 What kind of functions for parsing Python does the Python API export? Is there anything that would, say, parse an expression as far as it can, and let us know where the expression ends? If so, we could use that for $(py ), and things like embedded quotes and parens would just work.