From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2C763858408; Tue, 11 Jul 2023 15:37:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2C763858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689089851; bh=8G+wAFKLYVYJA5dR9pi/G3MX4VkEpHF4cQClj2nRwj0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SEQ7xh+C7txCBRk5RS88IBqq4jNOYoG4JOW3XezQywp1CnET5FNI4ZNpFaDLvevyv 4ot9eNAFMj15Sof4TaqqUkr0k8ZqLboXx3gQ2k9kag9gr7+e3dUx1HVXqWmkuIPwCT Zy7QuFYkx5wDSK104phlaO9tLBVuBrbGDnDPdwRQ= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug tui/30234] Can't scroll up in asm view when remote debugging Date: Tue, 11 Jul 2023 15:37:31 +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: 13.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot 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: cc 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=3D30234 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tromey at sourceware dot o= rg --- Comment #2 from Tom Tromey --- Scrolling backward without symbols is hard because gdb doesn't know where the instructions might start. I.e., it could pick some address in the middle of an instruction and produce garbage. Not an issue on machines with fixed-with instructions, so maybe gdb could do a little better there, and/or at least display something informative. --=20 You are receiving this mail because: You are on the CC list for the bug.=