From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 42E5B394880F; Wed, 16 Nov 2022 00:09:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 42E5B394880F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668557360; bh=qm/cbhcmUbeZZNxh0AbYktvUxpTu5snCjUQn/QFzX4A=; h=From:To:Subject:Date:In-Reply-To:References:From; b=I/Q2ln5gUGXc7pX9itCWN80YyCffnnLTwLTUAzm2UDoLN236iWG4/X6Tu4Z33mPha xsBlzKcn/2CdAmrnW8ymSp+CtgXP7IVbxX4bnUqh54s7+Y5kOYPnYDkdg1DKny9ujs mAcp1LBAH0UdfD0mmwzNlK+YO39NmPhW+UhUmbPc= From: "tkacvins at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Wed, 16 Nov 2022 00:09:18 +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: tkacvins at gmail dot com 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: cc 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 Tom Kacvinsky changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tkacvins at gmail dot com --- Comment #23 from Tom Kacvinsky --- I can confirm this solves at least one of the problems I have seen with slow debugging. Those problems are sluggishness stepping into functions and pro= gram 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 pre= tty snappy. --=20 You are receiving this mail because: You are on the CC list for the bug.=