From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 45AB53858437; Fri, 4 Nov 2022 11:12:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 45AB53858437 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667560336; bh=HQI00VBCbGdUjTD/XwMDJPPE49MndHbmMcrDoqYO33I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T/Z2b7xp7/RvCKUDhtujYhxfZoErICTLfU1WCF8LM80GQg3TLxYQ8H9hpLp0XGEl1 moCSuEhyQVvuknBrTywCMuEL4UleEIcI6dOp1UGKCdzqB7pWZsdVXGvI2KTAD3WP7O 1T/KE9XetkS+hAQx4vLUOxBv4jZygd4hm4dc8aJA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug record/29745] gdbserver doesn't record changing return address on call instructions Date: Fri, 04 Nov 2022 11:12:13 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: record X-Bugzilla-Version: HEAD 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: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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=3D29745 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Bruno Larsen : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D476410b3bca1= 389ee69e9c8fa18aaee16793a56d commit 476410b3bca1389ee69e9c8fa18aaee16793a56d Author: Bruno Larsen Date: Thu Nov 3 10:01:42 2022 +0100 gdb/testsuite: add KFAILs to gdb.reverse/step-reverse.exp Recent changes to gdb.reverse/step-reverse.exp revealed the latent bug PR record/29745, where we can't skip one funcion forward if we're using native-gdbserver. This commit just adds kfails to the test. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29745 Approved-By: Simon Marchi --=20 You are receiving this mail because: You are on the CC list for the bug.=