From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 43D983858402 for ; Thu, 26 Aug 2021 20:32:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 43D983858402 Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 674152222B; Thu, 26 Aug 2021 20:32:02 +0000 (UTC) Received: from imap1.suse-dmz.suse.de (imap1.suse-dmz.suse.de [192.168.254.73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap1.suse-dmz.suse.de (Postfix) with ESMTPS id 49DD113737; Thu, 26 Aug 2021 20:32:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap1.suse-dmz.suse.de with ESMTPSA id gFB+EEL6J2HdJgAAGKfGzw (envelope-from ); Thu, 26 Aug 2021 20:32:02 +0000 Subject: Re: [PATCH 00/30] Rewrite the DWARF "partial" reader To: Tom Tromey , gdb-patches@sourceware.org References: <20210826021937.1490292-1-tom@tromey.com> From: Tom de Vries Message-ID: <554345a9-ad2c-845e-9179-320a6967b07d@suse.de> Date: Thu, 26 Aug 2021 22:32:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210826021937.1490292-1-tom@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Aug 2021 20:32:13 -0000 On 8/26/21 4:19 AM, Tom Tromey wrote: > I've regression tested each patch in this series. Only the patch to > enable the new indexer is intended to affect operation at all. I've did a build & test on top of trunk (picked from github tromey/submit/no-more-psym), and ran into these sofar (in addition to the ones I see for trunk): ... ERROR: Couldn't load cpexprs-debug-types into GDB (eof). FAIL: gdb.dwarf2/dw2-using-debug-str.exp: file dw2-using-debug-str FAIL: gdb.dwarf2/fission-multi-cu.exp: ptype func FAIL: gdb.dwarf2/fission-multi-cu.exp: break func FAIL: gdb.dwarf2/fission-multi-cu.exp: continue to func FAIL: gdb.dwarf2/fission-multi-cu.exp: frame in func ... Does that match your test results? Thanks, - Tom