From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12207 invoked by alias); 17 Jul 2009 22:06:31 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 12198 invoked by uid 22791); 17 Jul 2009 22:06:30 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Roland McGrath Cc: Project Archer Subject: Re: [python] implement "upto" References: <20090702223351.64F00404FD@magilla.sf.frob.com> <20090709042531.0D4EF6BA48@magilla.sf.frob.com> From: Tom Tromey Reply-To: Tom Tromey Date: Fri, 17 Jul 2009 22:06:00 -0000 In-Reply-To: <20090709042531.0D4EF6BA48@magilla.sf.frob.com> (Roland McGrath's message of "Wed\, 8 Jul 2009 21\:25\:31 -0700 \(PDT\)") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q3/txt/msg00040.txt.bz2 >>>>> "Roland" == Roland McGrath writes: Roland> It looks to me like "upto source .*" would do this. Roland> Maybe make that default for "upto source" with no further argument? Yeah, good idea. Roland> For real sex appeal, I think being able to combine conditions with other Roland> selectors is key. Yeah. Roland> (gdb) up 2 from func Roland> (gdb) up 3 from where arg==87 Roland> So the "upto" case is just shorthand for "up 0 from ...". Or just "up from" Roland> Also, I presume there is nothing nontrivial about parallels for Roland> "down". (A generalized "parse command fragment to frame filter" Roland> for the guts is probably desireable to be able to use in other Roland> python-implemented commands.) Yeah to both. As to when I can get to any of it, who knows :( Tom