From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4E1823860C3A; Wed, 11 Jan 2023 19:08:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4E1823860C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673464127; bh=szlm1NIfOPgciGpQQEJAYsQm5QU251I9OVV0zTuIW50=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ag81ssdSRIrpMBECaiWhBY+m3ic3VHTW3lvmbzWa19YsUZ+yEH5biV+FH//NGPAUq i8Vw0D3KqdYJV14hoJussG6phT5L6+nITPGKuvgkpfBIvbg8l8iGdX8O1ASpc/nA7Q 7tfoh8cDRqoLvEa9u/lXq8PKI+DtZ069O8BELKAA= From: "cel at us dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug gdb/29927] reverse-finish requires two reverse next instructions to reach previous source line Date: Wed, 11 Jan 2023 19:08:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cel at us dot ibm.com X-Bugzilla-Status: UNCONFIRMED 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=3D29927 --- Comment #1 from Carl E Love --- The finish command when executing in reverse does not work on PowerPC correctly. GDB doesn't stop at the caller. It will go back to the previous breakpoint or stop when it reaches the beginning of the log file. PowerPC has multiple entry points. GDB does not handle them properly when doing a reverse-finish. --=20 You are receiving this mail because: You are on the CC list for the bug.=