From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20337 invoked by alias); 3 Apr 2008 21:43:58 -0000 Received: (qmail 20328 invoked by uid 22791); 3 Apr 2008 21:43:58 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 Apr 2008 21:43:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5AA9F2A9C13 for ; Thu, 3 Apr 2008 17:43:37 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id sPuwFpqojTKK for ; Thu, 3 Apr 2008 17:43:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2261C2A9BEC for ; Thu, 3 Apr 2008 17:43:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 24F4BE7ACD; Thu, 3 Apr 2008 14:43:35 -0700 (PDT) Date: Fri, 04 Apr 2008 00:01:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] new set/show multiple-symbols command (take 4) Message-ID: <20080403214335.GA23283@adacore.com> References: <20080203070825.GK1581@adacore.com> <20080307183738.GA3892@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080307183738.GA3892@adacore.com> User-Agent: Mutt/1.4.2.2i 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: 2008-04/txt/msg00082.txt.bz2 > 2008-02-03 Joel Brobecker > > * symtab.c (multiple_symbols_ask, multiple_symbols_all) > (multiple_symbols_cancel): New constants. > (multiple_symbols_modes, multiple_symbols_mode): New static globals. > (multiple_symbols_select_mode): New function. > (_initialize_symtab): Add new set/show multiple-symbols commands. > * symtab.h (multiple_symbols_ask, multiple_symbols_all) > (multiple_symbols_cancel, multiple_symbols_select_mode): Declare. > * ada-lang.c (user_select_syms): Add handling of new multiple-symbols > setting. > * linespec.c (decode_line_2): Likewise. > > 2008-02-03 Joel Brobecker > > * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc. > * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask". > Add a couple of tests that verify the behavior when the new setting > is set to "cancel" and "all". > * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to > "ask" before we start the testing. Sorry for the delay in checking this in, but I wanted to have the doco under control before I committed this change. So this part is now in, and the documentation will follow shortly. -- Joel