From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A222A3858C74; Tue, 3 Oct 2023 09:23:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A222A3858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1696325030; bh=cy0QvZxwmm23/NpaC5QtGDUuYRHeiaXghB0deYoVVUw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TpyN4nh0vY/Ck8QSg8WzLCQOSCBLql1kPfnLRQYPzu1fFOXDVdKW6wwce07+8xEJj NMn4WfIPWAj9XKXS3ERqQkriFTmu3aFDTWR9t+dSAobimDhbmnEDG905DKKMvQ9ncw fSAXrX+Ix9cvpb5xIheMjym4y/rR7FBck6l6uU5M= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30934] Stopping at a breakpoint takes minutes if a source file has long lines Date: Tue, 03 Oct 2023 09:23:50 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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=3D30934 --- Comment #7 from Tom de Vries --- (In reply to Tom de Vries from comment #5) > So you can use as workaround: > - build with --disable-source-highlight=20 I just found that the same effect can be achieved by "maintenance set gnu-source-highlight enabled off", so there's no need to rebuild. --=20 You are receiving this mail because: You are on the CC list for the bug.=