From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C39D23858427; Fri, 4 Nov 2022 20:10:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C39D23858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667592639; bh=ajbr75s8qZbiY1DdnfdzCzi7DHTl1P6erDe+GEEqiDg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=au1DPZC+D6l0F+czPdBDarygcA0/GGIEVgSyPEM9gtiuseJ+FtDlV4VkrVrdnP1GE HlFJzdOhpOqpx3ZLg9UuzBps44ikczlw1mI6lo7gbB+8NV9DaA/o6Q25tMer6dPwEz QNkY+K5k1LC3OYeN/kBrsy/kS1tmLTkC4I0Er27w= From: "simon.marchi at polymtl dot ca" To: gdb-prs@sourceware.org Subject: [Bug symtab/29105] new DWARF reader still slow Date: Fri, 04 Nov 2022 20:10:39 +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: simon.marchi at polymtl 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 #17 from Simon Marchi --- Not sure how to help you, I don't know anything about all of this. In the mean time, I stumbled on another testsuite timeout probably caused by this: $ ./gdb -nx -q --data-directory=3Ddata-directory testsuite/outputs/gdb.base/info-os/info-os -ex start -ex 'call ((int (*) (void)) getpid) ()' -batch The call takes a long time, many CUs are expanded, which probably shouldn't= .=20 Probably because of the "int" in the function pointer type. I'm noting it = here so I can test it again once we have a patch to test. --=20 You are receiving this mail because: You are on the CC list for the bug.=