From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27990 invoked by alias); 22 Sep 2009 19:22:54 -0000 Received: (qmail 27981 invoked by uid 22791); 22 Sep 2009 19:22:54 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-yx0-f177.google.com (HELO mail-yx0-f177.google.com) (209.85.210.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Sep 2009 19:22:48 +0000 Received: by yxe7 with SMTP id 7so58242yxe.25 for ; Tue, 22 Sep 2009 12:22:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.81.13 with SMTP id e13mr2541786ybb.48.1253647366973; Tue, 22 Sep 2009 12:22:46 -0700 (PDT) In-Reply-To: <8ba6bed40909220738m296c655v6c973e42d44c076c@mail.gmail.com> References: <20080203070825.GK1581@adacore.com> <20080321145119.GC25307@caradoc.them.org> <8ba6bed40909220738m296c655v6c973e42d44c076c@mail.gmail.com> Date: Tue, 22 Sep 2009 19:22:00 -0000 Message-ID: <8ba6bed40909221222q1546e32ao5f6cf14d9b13376@mail.gmail.com> Subject: Re: [RFA] new set/show multiple-symbols command (take 4) From: Matt Rice To: Joel Brobecker , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00710.txt.bz2 On Tue, Sep 22, 2009 at 7:38 AM, Matt Rice wrote: > On Sat, Feb 02, 2008 at 11:08:25PM -0800, Joel Brobecker wrote: >>> =A0 =A0 =A0 =A0 (gdb) set multiple-symbols (ask|all|cancel) >>> =A0 =A0 =A0 =A0 (gdb) show multiple-symbols >> > > Hi, I wanted to get this question out here, I am kind of assuming it > might be too late to change this > to something to the effect of 'set multiple-symbols behaviour (ask|all|ca= ncel)' > > I would like to add something to the effect of > > set multiple-symbols override-list 'foo=3Duhh::foo(void):bar=3Duhh::bar(i= nt)' i of course forgot about assignment operators which would confuse the heck out of my proposed interface, i'll look into some way to do this with python instead. so nevermind.