From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6AFD13858D37; Tue, 29 Nov 2022 19:54:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6AFD13858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669751645; bh=b4BV9kAV7PfuFJFdB+LOwShNfAd3Y2rHgExJ0pesbAA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kpOCiXNiwcWdtP1KT/lfJPUdfKFVP3burfUjzcwAPgqKajSdflh2jP/ndEh6YDWzc yDiOYM5lZtyJYBDlyRx02KCUFbOR0ZOwGH+FS93r91Uu5x9md3GUBPnMyFxyPJG17W 7VkRKTX9OwggEYOqohz+DNZoZ3YDm8I/XavXtiz0= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/8224] incorret breakpoint w/ "b main" Date: Tue, 29 Nov 2022 19:54:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution cc 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=3D8224 Tom Tromey changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED CC| |tromey at sourceware dot o= rg --- Comment #1 from Tom Tromey --- Now I get (gdb) b main Breakpoint 1 at 0x4000000000002291: file access_03.cpp, line 23. ... which is 0x4000000000002291 <+49>: adds r18=3D40,r12 ... which also seems similar to what happens in the ICC case. Normally these prologue-skipping things are up to the compiler anyway. I'm going to close this bug on account of its age and target. If there's still a problem, feel free to comment and/or reopen. --=20 You are receiving this mail because: You are on the CC list for the bug.=