From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108890 invoked by alias); 23 Aug 2015 04:09:07 -0000 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 Received: (qmail 108875 invoked by uid 89); 23 Aug 2015 04:09:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f178.google.com Received: from mail-pd0-f178.google.com (HELO mail-pd0-f178.google.com) (209.85.192.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sun, 23 Aug 2015 04:09:03 +0000 Received: by pdrh1 with SMTP id h1so41236677pdr.0 for ; Sat, 22 Aug 2015 21:09:02 -0700 (PDT) X-Received: by 10.70.55.199 with SMTP id u7mr26029530pdp.109.1440302942192; Sat, 22 Aug 2015 21:09:02 -0700 (PDT) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by smtp.gmail.com with ESMTPSA id fn15sm12699798pdb.50.2015.08.22.21.09.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 22 Aug 2015 21:09:01 -0700 (PDT) From: Doug Evans To: Keith Seitz Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3 11/19] Implement completion limiting for reg_or_group_completer. References: <20150806191404.32159.50755.stgit@valrhona.uglyboxes.com> <20150806191838.32159.15319.stgit@valrhona.uglyboxes.com> Date: Sun, 23 Aug 2015 04:09:00 -0000 In-Reply-To: <20150806191838.32159.15319.stgit@valrhona.uglyboxes.com> (Keith Seitz's message of "Thu, 06 Aug 2015 12:18:55 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00650.txt.bz2 Keith Seitz writes: > There are no revisions in this version. > > -- > > This patch converts reg_or_group_completer to use add_completion > and adds tests for this new behavior. > > gdb/ChangeLog > > * completer.c (reg_or_group_completer): Use add_completion. > > gdb/testsuite/ChangeLog > > * gdb.base/completion.exp: Add tests for limit completing > "info reigsters". LGTM.