From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6FA0E38582A1; Sat, 19 Nov 2022 07:11:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6FA0E38582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668841898; bh=QRcS/oJK0HxVggEBiIHyWGZ+8UIAJHX64wc9oLmiq/Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bG37+wePLQ+2gIYVVFlllaqAiXBHOfV1dr6HUn0/Z229M9LRAJVOK+Vpq0zppVUQP ZodkIe2jeAbTt34YQ0Hq9aqtovv9uzMQoxNCIVrp9g6TpAhaStllCShejGcSavCZYs mmFkiOeKDo7SN5MG14ff2SlnaItEgBXXQsb4hYiQ= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/29793] [gdb/tdep, powerpc] FAIL: gdb.cp/gdb2495.exp: call a function that raises an exception without a handler. Date: Sat, 19 Nov 2022 07:11:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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=3D29793 --- Comment #16 from Tom de Vries --- (In reply to Carl E Love from comment #15) > I tried to apply the patch to the very latest GDB tree. It doesn't apply= .=20 > Just wanted to see if I could help test the proposed patch. Hi Carl, that would be great. I've clicked on the link, then on "Raw Unified" which got me here ( https://sourceware.org/bugzilla/attachment.cgi?id=3D14461&action=3Ddiff&col= lapsed=3D&headers=3D1&format=3Draw ). Then I saved as text file, which got me attachment.txt. Then I applied onto recent commit 5e219e0f460 ("gdbserver/linux-x86: move l= wp declaration out of __x86_64__ region"): ... $ patch -p1 < attachment.txt=20 patching file gdb/breakpoint.c $=20 ... So, that works for me. Then I tried "View", which got me here ( https://sourceware.org/bugzilla/attachment.cgi?id=3D14461 ). I saved as text file to 0001-gdb-tdep-Fix-gdb.cp-gdb2495.exp-on-powerpc64le.txt. Then I applied onto the same commit: ... $ git am 0001-gdb-tdep-Fix-gdb.cp-gdb2495.exp-on-powerpc64le.txt Applying: Fix gdb.cp/gdb2495.exp on powerpc64le $=20 ... So, unfortunately I'm not able to reproduce your problem in applying. --=20 You are receiving this mail because: You are on the CC list for the bug.=