From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE688382FC8A; Wed, 16 Nov 2022 00:56:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE688382FC8A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668560199; bh=tX77nwStKfO/FnnZ/cDN4z9c09NdxiQ0WpAf2QvfIhY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZlzfkNoXV9GgxvoUADo95IIMJ9loz271z3RF5i+Fkp0P6Drd8vRXkzvz3rt0x/pKf 7MsdeECM1wHwCjbgEw6azI/beSyNRhIwo5o2inVHYbUfWe8xNq5rDB9eXbQCRjbCr9 8Keuonm6DEsdO87CJlbwPhDkGlFtE0bXpPxM81+Q= From: "simark at simark dot ca" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Wed, 16 Nov 2022 00:56:37 +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: simark at simark dot ca 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 #24 from Simon Marchi --- (In reply to Tom Kacvinsky from comment #23) > I can confirm this solves at least one of the problems I have seen with s= low > debugging. Those problems are sluggishness stepping into functions and > program startup. I believe the latter is due to having the glibc debug > packages installed on my CentOS 7 system. The former - slow stepping into > functions - appears to be related to the LLVM linker. If use the BFD or > gold linker to generate my executables and shared libraries, stepping into > function is pretty snappy. You last problem sounds a lot like: https://sourceware.org/bugzilla/show_bug.cgi?id=3D27754 --=20 You are receiving this mail because: You are on the CC list for the bug.=