From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1E3B3858D20; Thu, 7 Sep 2023 20:06:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1E3B3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694117176; bh=MvY/7yyJYydBETkygaR5rxlTMUIEpTXDfNZMyJuXL2I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kxCsPT7Hl1GvXfp5ZNhK6erpVvW5rmkdtVzRkCVH1ZIz3n8kH75rrSj5YSgNnZUIc 23sBS/DWW8z+liXiOjMnkv0AhLWMS3GlUKuqSahavw4vpDD9HwRRRpvWSw4ASRb29r xKbYwtrk0ZrrbeYShai7A/DLxTe+R/H+0ZPLaY6g= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug mi/11738] -var-evaluate-expression doesn't work after removing pretty printer Date: Thu, 07 Sep 2023 20:06:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: mi X-Bugzilla-Version: 7.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal 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: 7.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=3D11738 --- Comment #3 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=3Dd1369de649a9= d19abae1012ef805aaa674314c0c commit d1369de649a9d19abae1012ef805aaa674314c0c Author: Tom Tromey Date: Thu Aug 31 13:58:49 2023 -0600 Fix bug in -var-evaluate-expression This bug points out that if one uses -var-set-visualizer with "None" -- to disable a pretty-printer for a varobj -- then -var-evaluate-expression will still use pretty-printing. This is a combination of bugs. First, setting the visualizer does not update the display text; and second, computing the display text should use "raw" when Python is available but no visualizer is desired. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D11738 Reviewed-by: Keith Seitz --=20 You are receiving this mail because: You are on the CC list for the bug.=