From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6371138532C6; Thu, 1 Dec 2022 16:44:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6371138532C6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669913099; bh=fF6XQHB9DVuUkYbg+tZpe4c8XYmDl4tITPM63e0gu2Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PMU5DkfmRFCLuS+HkeHBvcglUskSosN6XjdDwAZUuTdjNqYFSZ7DGS7LiJozIj+fD TVSXnC4LLykXvpaHtg42PsVNRHg/o1jq9UWzCQwFsSYlPqxFk7Z9jZkG5HrI/Mga7J zk6VRTDZC+7zN0jWtjPGcwEqsRxuZeezvbKoTw18= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Thu, 01 Dec 2022 16:44:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 13.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29105 --- Comment #26 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Simon Marchi : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D00a5867df729= 83c3f8a11c9955c5032d6f601b70 commit 00a5867df72983c3f8a11c9955c5032d6f601b70 Author: Simon Marchi Date: Thu Dec 1 11:44:41 2022 -0500 gdb/dwarf: add some QUIT macros While testing the fix for PR 29105, I noticed I couldn't ctrl-C my way out of GDB expanding many symtabs. GDB was busy in a loop in cooked_index_functions::expand_symtabs_matching. Add a QUIT there. I also happened to see a spot in cooked_index_functions::expand_matching_symbols where a QUIT would be useful too, since we iterate over a potentially big number of index entries and expand CUs in the loop. Add one there too. Change-Id: Ie1d650381df7f944c16d841b3e592d2dce7306c3 Approved-By: Kevin Buettner --=20 You are receiving this mail because: You are on the CC list for the bug.=