From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lndn.lancelotsix.com (vps-42846194.vps.ovh.net [IPv6:2001:41d0:801:2000::2400]) by sourceware.org (Postfix) with ESMTPS id 8E930385AE4F for ; Tue, 2 Aug 2022 12:47:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8E930385AE4F Received: from octopus.. (unknown [IPv6:2a01:e0a:535:2750:1299:7061:a63:c92]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id AA71887F3A; Tue, 2 Aug 2022 12:47:45 +0000 (UTC) From: Lancelot SIX To: gdb-patches@sourceware.org Cc: tdevries@suse.de, lsix@lancelotsix.com, Lancelot SIX Subject: [PATCH 0/2] Fix regressions in varobj recreation Date: Tue, 2 Aug 2022 13:47:22 +0100 Message-Id: <20220802124724.284096-1-lancelot.six@amd.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Tue, 02 Aug 2022 12:47:45 +0000 (UTC) X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_00, KAM_DMARC_QUARANTINE, KAM_DMARC_STATUS, KHOP_HELO_FCRDNS, RCVD_IN_SBL_CSS, SPF_HELO_NONE, SPF_SOFTFAIL, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Aug 2022 12:47:50 -0000 Hi, Tom de Vries noticed that a series I merged recently (https://sourceware.org/pipermail/gdb-patches/2022-July/191085.html) introduced regressions on some systems (reported in PR/29426). This series aims at fixing those issues. Patch #2 of the series is mostly about relaxing the testcase as I do not see a way to "fix" the actual divergence of behavior of the tescase when debugging PIE/non-PIE executable (see patch's description). Alternative approaches are more than welcome. Best, Lancelot. Lancelot SIX (2): gdb: Fix regression in varobj recreation gdb/testsuite: Accept PIE/noPIE programs in gdb.mi/mi-var-invalidate-shlib.exp gdb/testsuite/gdb.mi/mi-var-invalidate-shlib.exp | 2 +- gdb/varobj.c | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) base-commit: 976f16630b1f7421d6693011333cf0f51417c498 -- 2.34.1