From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50220 invoked by alias); 23 Feb 2017 17:24:37 -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 50073 invoked by uid 89); 23 Feb 2017 17:24:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= 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; Thu, 23 Feb 2017 17:24:18 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 25A60624CD for ; Thu, 23 Feb 2017 17:24:05 +0000 (UTC) Received: from cascais.lan (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1NHO4hF030815 for ; Thu, 23 Feb 2017 12:24:04 -0500 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH v2 0/2] Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index Date: Thu, 23 Feb 2017 17:24:00 -0000 Message-Id: <1487870642-29926-1-git-send-email-palves@redhat.com> In-Reply-To: <86a89cc2u6.fsf@gmail.com> References: <86a89cc2u6.fsf@gmail.com> X-SW-Source: 2017-02/txt/msg00643.txt.bz2 So meanwhile I've pushed in patches #1 and #2. That leaves the bug fixing, now split in two patches. On 02/23/2017 04:02 PM, Yao Qi wrote: >> > + add_symtab_completions (symtab->compunit_symtab, > use SYMTAB_COMPUNIT (s) > >> > + sym_text, sym_text_len, >> > + text, word, TYPE_CODE_UNDEF); > Can you split this part out this patch as a pure refactor? Sure thing. I'll send them as replies to this email. Pedro Alves (2): symtab.c: Small refactor Fix gdb.base/completion.exp with --target_board=dwarf4-gdb-index gdb/symtab.c | 42 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 34 deletions(-) -- 2.5.5