From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E9C313858C2C; Tue, 7 Mar 2023 18:16:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E9C313858C2C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678212966; bh=I9nnI66T09Cs9Eu1T9iCWMBUF3TxSbnIIozUHGK+1yA=; h=From:To:Subject:Date:From; b=FIK/Z2pC3jU7K71zIG2FjJnOF5mPhc4WEfyrO5MFNA9oO5Dlp3QRkabzKydizIHJJ gc8ycmsah9+timvIjuCh4HMBhAsupFXeZZXNJ/z3YKUGmA3TkTJWlXUtr0VQF0lrva UbtvtW2Z8seWZoLXeu+0TnMEgda2rYhJSUSCmZoQ= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug cli/30210] New: disassemble should show arrow at desired address Date: Tue, 07 Mar 2023 18:16:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli X-Bugzilla-Version: HEAD 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: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30210 Bug ID: 30210 Summary: disassemble should show arrow at desired address Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: cli Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I used disassemble with an address and got: (gdb) disassemble 0x10001d5c Dump of assembler code for function _ada_p: 0x10001d3c <+0>: stwu r1,-64(r1) 0x10001d40 <+4>: mflr r0 0x10001d44 <+8>: stw r0,68(r1) 0x10001d48 <+12>: stw r31,60(r1) 0x10001d4c <+16>: mr r31,r1 0x10001d50 <+20>: addi r9,r31,8 0x10001d54 <+24>: mr r3,r9 0x10001d58 <+28>: bl 0x10001cc4 0x10001d5c <+32>: li r9,42 0x10001d60 <+36>: stw r9,36(r31) 0x10001d64 <+40>: bl 0x10001d1c ... It would be nice if this showed "=3D>" at the address I was specifically asking about. --=20 You are receiving this mail because: You are on the CC list for the bug.=