From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 47AC7385840A; Tue, 1 Aug 2023 19:05:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 47AC7385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1690916748; bh=ePuZHu1dmfR/qfE9K1tgBsDabogQxN96X1f8HWVVKc0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=TIBxmkMWLdn0/y+NQ20m+IlIRe+3Q5MM7WhH0dppQSw4wBSpAI/tkmrAocjMka8Ch W0EcxC9m9kI6n6/PVEOI0VbBxtetjKkMKLBqkJsXLYBU0hXg1iKs+3gaEP9foE05LH 6CXUae4OF+4btNM7WhyltkQ0lkTYH+t95wsKSsQw= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30469] Implement ValueFormat Date: Tue, 01 Aug 2023 19:05:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 14.1 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=3D30469 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3De13769988480= 865662e8347ed9f131ce0b8f5afc commit e13769988480865662e8347ed9f131ce0b8f5afc Author: Tom Tromey Date: Tue Jul 25 10:13:52 2023 -0600 Implement ValueFormat for DAP This patch implements ValueFormat for DAP. Currently this only means supporting "hex". Note that StackFrameFormat is defined to have many more options, but none are currently recognized. It isn't entirely clear how these should be handled. I'll file a new gdb bug for this, and perhaps an upstream DAP bug as well. New in v2: - I realized that the "hover" context was broken, and furthermore that we only had tests for "hover" failing, not for it succeeding. This version fixes the oversight and adds a test. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30469 --=20 You are receiving this mail because: You are on the CC list for the bug.=