From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AC923858C56; Mon, 11 Dec 2023 15:36:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AC923858C56 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702308960; bh=K4q1C3nu1q2fspBoj89+tuKqbMtD+dXggt1oqZbb0Zk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=d9eTqk+3tDAuyMdoryTyAh+tuOfR5DwNI5VwTogXCl1yfaN2PTuXgRyCRsNv8YF/n x9XQDKCVaL47AdLF3zekex513gROaKMOuxia4ztBeUNRVD67EUQIgKsA8Ruj0Kd7S5 wH0sMR8+vXNLHxMOvPbdWAdeBXqDosyBT0MFeRfE= From: "thomas at mitterfellner dot at" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/31095] Setting a breakpoint in a C++ header file takes a long time Date: Mon, 11 Dec 2023 15:35:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: thomas at mitterfellner dot at 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31095 --- Comment #6 from Thomas --- The header is included from four header files which are in turn included in other header files, so I guess the number of total "inclusion paths" may be high (not sure how to actually check this without tediously following every path). "When you do eventually get the breakpoint, how many locations does it have?" What exactly do you mean by this? Is it how often I hit it? --=20 You are receiving this mail because: You are on the CC list for the bug.=