From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1D4553898C76; Thu, 17 Nov 2022 09:42:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1D4553898C76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668678148; bh=aHxt+M1opuS5+E+n+junYEJbPetVrBVc3CxjskhpC1k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=k3vIdmX44tAusG5FfsFDldwuCRIAsrObnAZbnk7XIV/aXA5Ld3h0bfY4aKRYo8D86 wmO1s1Ot74HVVfBPQ3RMUfs058zTdt27cjdYUFo59+1vgd8hjv1dR8JdUaJnAAJ2MY R3EEgxIo1KezuJF2jf5td9w+AjH8ALCbYdtakw/I= 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: Thu, 17 Nov 2022 09:42:27 +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 #7 from Tom de Vries --- > BTW I noticed: > ... addr =3D bp_objfile_data->exception_msym.value_address (); addr =3D gdbarch_convert_from_func_ptr_addr (gdbarch, addr, current_inferior ()->top_target ()); b =3D create_internal_breakpoint (gdbarch, addr, bp_exception_master); > ... here some similar treatment in create_exception_master_breakpoint_hook, but that one it not used, instead the probe interface is used. Perhaps I'll find a configuration where probes are not used and I can see t= he effect of making changes here. Or, I could disable the probe interface only for the master exception breakpoint, and try that. --=20 You are receiving this mail because: You are on the CC list for the bug.=