From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9E27338515E9; Thu, 15 Apr 2021 18:19:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9E27338515E9 From: "keiths at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/27736] New: Gdb really needs an enhanced assembly stepping mode Date: Thu, 15 Apr 2021 18:19:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: keiths at redhat dot com 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 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 18:19:59 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27736 Bug ID: 27736 Summary: Gdb really needs an enhanced assembly stepping mode Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: keiths at redhat dot com Target Milestone: --- >>From https://bugzilla.redhat.com/show_bug.cgi?id=3D1859714 : Gdb really needs an enhanced assembly stepping mode that will print, not just the instructions themselves, but also the inputs and outputs. For example, on POWER, if the current instruction is add r9, r1, r2: (gdb) stepi # would print
: r1 =3D 15 (0x0F) r2 =3D 14 (0x0E) : add r9, r1, r2 r9 =3D 29 (0x1D)
: (gdb) --=20 You are receiving this mail because: You are on the CC list for the bug.=