From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2939B3858D32; Sun, 12 Feb 2023 19:57:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2939B3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676231876; bh=E3GeXVjxUANC8b92Tm2WwTEtS1jpQjfBZPPrmu9j/HU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ArefDNP5oVxFTU5C/qSOk3qYLzMDUqWy0Uxg3jVAhOc4qSccAg/BkgCSRvSEURJb1 upL0UYuS2jnzeJZdJiC5+PKQt5DLySmFJgdmxmfZ38wF5RbVRd/pxA6/e8d5N+GLQi /cHV2BfbQQuyp3zVGxvCGVKfO290x+9hbMZC6aAM= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug tui/28437] Internal error with `fs status` followed by `fs next` Date: Sun, 12 Feb 2023 19:57:55 +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: 10.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 14.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone resolution cc bug_status 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=3D28437 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |14.1 Resolution|--- |FIXED CC| |tromey at sourceware dot o= rg Status|UNCONFIRMED |RESOLVED --- Comment #3 from Tom Tromey --- > (gdb) fs status > Focus set to status window. I think this was fixed by: commit 24f3aded1d42f515527e2de7e8e9e26f0b77c932 Author: Andrew Burgess Date: Tue Dec 20 15:01:29 2022 +0000 gdb/testsuite/tui: more testing of the 'focus' command I noticed that we didn't have many tests of the tui 'focus' command, so I started adding some. This exposed a bug in GDB; we are able to focus windows that should not be focusable, e.g. the 'status' window. --=20 You are receiving this mail because: You are on the CC list for the bug.=