From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 96B3D3858C41; Thu, 4 Jan 2024 13:35:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 96B3D3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704375337; bh=oWuMfyzcEyKEYH09om/n/YYsV0knbPmdaqfJJwl3sz0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uL4FtoIRwhm3TzLy5EmmFuS9X9cJQbcaBMCyHzU/nxfrBZEPpbTpQNS9Vw2mhR2a+ QiWP6RlK46AgqUWQINcnzV/fs7b41+jNryU9J3gEEzRMmCnZqnS9tE0evCgfskeUF4 cq5Rg9aLgzUuSSE6ddVY+/vkRNtirm0v7gS+nfRk= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/15645] Setting a breakpoint in a function marked with __attribute__((always_inline)) with multiple locations only sets it at the first location Date: Thu, 04 Jan 2024 13:35:36 +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: ssbssa at sourceware dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: MOVED X-Bugzilla-Priority: P2 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=3D15645 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED CC| |ssbssa at sourceware dot o= rg --- Comment #2 from Hannes Domani --- I think this was a debug info problem on gcc side, since I can reproduce th= is when compiling with gcc-8.3.0 or older, but not when compiling with gcc-9.3= .0 or newer. --=20 You are receiving this mail because: You are on the CC list for the bug.=