From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47DD03959E59; Wed, 3 Mar 2021 14:14:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47DD03959E59 From: "julien.torres at synopsys dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/24889] From gdb 8.1, major performance issue with all the commands involving a symbol lookup on class members of SystemC types Date: Wed, 03 Mar 2021 14:14:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 8.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: julien.torres at synopsys dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2021 14:14:08 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24889 --- Comment #5 from Julien --- Hi Christian, I used the example attached to this ticket. Then I simply ran: % time gdb -x test.gdb With test.gdb containing the following: file ./test break 6 run set pagination off set $loop =3D 10 while $loop > 0 whatis my_bool set $loop =3D $loop - 1 end cont quit Thanks. Julien --=20 You are receiving this mail because: You are on the CC list for the bug.=