From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35660 invoked by alias); 25 Nov 2017 00:28:26 -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 35651 invoked by uid 89); 25 Nov 2017 00:28:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=too! X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 25 Nov 2017 00:28:25 +0000 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3C63837E72 for ; Sat, 25 Nov 2017 00:28:24 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 44E9C5C578; Sat, 25 Nov 2017 00:28:22 +0000 (UTC) Subject: Re: [PATCH 37/40] Fix completing an empty string To: Keith Seitz , gdb-patches@sourceware.org References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-38-git-send-email-palves@redhat.com> <0a506ae8-6553-1e44-a9fa-c6db930b03d4@redhat.com> From: Pedro Alves Message-ID: Date: Sat, 25 Nov 2017 00:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <0a506ae8-6553-1e44-a9fa-c6db930b03d4@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-11/txt/msg00642.txt.bz2 On 08/09/2017 07:00 PM, Keith Seitz wrote: > On 06/02/2017 05:22 AM, Pedro Alves wrote: >> >> gdb/testsuite/ChangeLog: >> yyyy-mm-dd Pedro Alves >> >> * completer.c (complete_line_internal_1): Skip spaces until the >> start of the command. >> * gdb.base/complete-empty.exp: New file. >> * gdb.base/completion.exp: Adjust. > > Looks good! This works against master too, so I pushed it in too! Most of the series is in now, and we're down to the wildmatching and the abitags parts. Thanks, Pedro Alves