From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C28B73858C41; Mon, 21 Aug 2023 15:41:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C28B73858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1692632498; bh=0GeO3e8rMshpbcg3DcxhS5Xqi42eVW9GYxu6rGvNEsA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dc/3Hp0lhjhjMWj7sCSSoFyv0BETRkK0tv1XYPFXHCfqahUYK71ATImQYghJs7OTB pleiMcqXSUjw/P+SnntW0Jaximnio39mCwnUKZtkiuvKs985aBKvMBC7YYdp1WM2Kf uYfjRflPC+Exalkx1HtKL4IhoaZIcYBQqVf3CERE= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug ada/25811] [ada] start attempts to set breakpoint on main of previous exec Date: Mon, 21 Aug 2023 15:41:37 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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=3D25811 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned at sourceware dot org |tromey at sourcewar= e dot org --- Comment #2 from Tom Tromey --- I looked into the compiler and it seems somewhat difficult to switch to DW_AT_main_subprogram. The issue is that this decision is made by "bindgen" and it just writes an Ada program. So, we'd need a new Pragma or something along those lines. I'm testing a patch to temporarily change trust_readonly, instead. --=20 You are receiving this mail because: You are on the CC list for the bug.=