From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E48B385841C; Thu, 8 Feb 2024 19:34:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E48B385841C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707420866; bh=bb8unUk/e3Y6q7n1D3FmaaHoggzGGySj1XlyV1htfDQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q4wjikrGb/y1ezxlrIvdsxVKM7mJJ5ZnOx/kp/iZsUJQWnTC2EqE7ueCPDh3BW05x DY3rEgLHCbECvqZCCbAezSmKjq6zkyE+izkrSzpGsspaJQI0Wmis9QCn+cymUV8ESW tvH/IKyrdc1IARBwzmUSMZHS3B8O3TWkpdmzltTo= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/28600] "layout reg" nor "kill" refresh the TUI registers window Date: Thu, 08 Feb 2024 19:34:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey 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=3D28600 --- Comment #5 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D66ab1a14e196= a5ad1f5fd8d225647bd48ff02a25 commit 66ab1a14e196a5ad1f5fd8d225647bd48ff02a25 Author: Tom Tromey Date: Sun Dec 17 12:38:15 2023 -0700 Update TUI register window when the inferior exits When the inferior exits, the TUI register window should clear. Fixing this was mostly a matter of sticking an assignment into tui_inferior_exit. However, some changes to the register window itself were also needed. While working on this, I realized that the TUI register window would not work correctly when moving between frames of different architectures. This patch attempts to fix this as well, though I have no way to test it. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D28600 Tested-By: Tom de Vries Reviewed-By: Andrew Burgess Approved-By: Andrew Burgess --=20 You are receiving this mail because: You are on the CC list for the bug.=