From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1913 invoked by alias); 23 Mar 2018 18:59:14 -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 1887 invoked by uid 89); 23 Mar 2018 18:59:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.9 required=5.0 tests=BAYES_00,GIT_PATCH_1,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=variations, HTo:U*palves 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; Fri, 23 Mar 2018 18:59:12 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7CF7E356C1 for ; Fri, 23 Mar 2018 18:59:11 +0000 (UTC) Received: from theo.uglyboxes.com (ovpn04.gateway.prod.ext.phx2.redhat.com [10.5.9.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 47FF46090A; Fri, 23 Mar 2018 18:59:11 +0000 (UTC) Subject: Re: [PATCH] Add psymbols for nested types To: Pedro Alves , gdb-patches@sourceware.org References: <20180323180822.25737-1-keiths@redhat.com> From: Keith Seitz Message-ID: <7ca80928-e7af-11e0-c7ce-8c385abfbc86@redhat.com> Date: Fri, 23 Mar 2018 18:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00451.txt.bz2 On 03/23/2018 11:22 AM, Pedro Alves wrote: > Looks good, please push. > > Does this work with a gdb index instead of psymbols? > I.e., does the test pass with --target_board=dwarf4-gdb-index ? > Yes, it does: === gdb tests === Schedule of variations: dwarf4-gdb-index Running target dwarf4-gdb-index Using /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/boards/../boards/dwarf4-gdb-index.exp as board description file for target. Using /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/boards/../boards/local-board.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running /home/keiths/work/gdb/branches/virgin/linux/gdb/testsuite/../../../src/gdb/testsuite/gdb.cp/subtypes.exp ... === gdb Summary === # of expected passes 22 Pushed. Thank you for taking a look. Keith