From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3B9FA3858D28; Thu, 21 Mar 2024 15:57:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3B9FA3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711036665; bh=wjy5xwL32gHOEJLNIXVEdXeuoIWWtjQqj60NJxtCnCg=; h=From:To:Subject:Date:From; b=YczGP6wOHK+xSOCAPDVvDjv1ghNen3M20sHZggoTmRhl1Bg4nQThBmpIvJPno7L0/ 6CtL47NCS2TTo4W0tor3jsQH6Q9iM9teN3d/CKuomhPLP6Z9R+ACAKFFH9Xaad21Jb +FSnRdzGJPH0mFtJkrMG4C3TPohr9tdnIf85HDMY= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug tui/31522] New: TUI misses highlight after run to main Date: Thu, 21 Mar 2024 15:57:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pedro at palves dot net X-Bugzilla-Status: NEW 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D31522 Bug ID: 31522 Summary: TUI misses highlight after run to main Product: gdb Version: unknown Status: NEW Severity: normal Priority: P2 Component: tui Assignee: unassigned at sourceware dot org Reporter: pedro at palves dot net Target Milestone: --- If I run to main with "start", and then enable the TUI, the current line (stopped at main) isn't highlighted, nor is the current line centered on the source window. If I do a step, then the highlight appears. If I enable the TUI _before_ running to main, then the current line once GDB stops at main, is highlighted. This seems like a recent breakage. At least, I hadn't noticed it before. Observed on commit 9bec569fda7c, from Mar 21 2024. --=20 You are receiving this mail because: You are on the CC list for the bug.=