From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 58B0B3858D28; Mon, 11 Dec 2023 15:20:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 58B0B3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702308054; bh=k2HTHWzcV4wn6ypKnY9S4n3dCITuk+VlzlI6+Nh+3MA=; h=From:To:Subject:Date:From; b=GaILTmLHMV+5QoUIx3UkzSr9gCcNfEYKt92fbiFSn3h/BTNHg1JO5tWbopxl/YuU5 jNEeoT3nvsQn7H/OI47Hfj6dHY9koOF24/EzesVFeoc+XG2TS3zDDtwXrMJNMmofoy es2qc/1emF1A4s6aYno0QdJT7z4xpXd6ka/DF0so= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug dap/31139] New: Handle negative disassemble offsets in DAP Date: Mon, 11 Dec 2023 15:20:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap 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=3D31139 Bug ID: 31139 Summary: Handle negative disassemble offsets in DAP Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: dap Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- DAP lets the client request disassembly at an address, offset by an instruction count -- and the instruction count can be negative. gdb doesn't currently support this. Simon Farre sent some patches, latest is here: https://inbox.sourceware.org/gdb-patches/20230712184519.182460-1-simon.farr= e.cx@gmail.com/ --=20 You are receiving this mail because: You are on the CC list for the bug.=