From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5039D3858C2F; Thu, 11 May 2023 14:07:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5039D3858C2F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683814045; bh=S+shOUxfjnCshiXm3fGLCGV2kZu9NUQ/5I5c5LuAy5Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fLWah6Vz7dvXKh+n2E5Hw5djynJtQ28xSa1ZSzEAg4gSgD5+NIw9Rn8OhG6Vf22cQ /9HNpgo9WRS3qX/TwHIK4HL34DczHSV+HTsO+L8XLDFdgOdB2ct3VkuTUrpKbptt48 VAhA+AfJb6OU69AHzAXol/W8lVY/3zkWqn0ee3js= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30440] [gdb/tui] repeated stepi ends up with garbled screen Date: Thu, 11 May 2023 14:07: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: vries at gcc dot gnu.org 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: 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=3D30440 --- Comment #12 from Tom de Vries --- OK, new way to reproduce: ... $ gdb -q ~/a.out \ -ex "starti" \ -ex "layout src" \ -ex "b __GI___tunables_init" \ -ex continue ... and do "stepi 1000", followed by press-and-hold enter. Reproduces within seconds. Now also reproduces with system gdb based on 12.1 and build with -O2. --=20 You are receiving this mail because: You are on the CC list for the bug.=