From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DDB443858C20; Thu, 19 Jan 2023 21:41:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDB443858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674164460; bh=AdfK+BsqxdPmwH0jaGjEPSmVpdDRzYm5MSY+d8/80dc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=c1WBp/mqK3uEP1XzpAEsd2aeIscsYRvbb7ryEL6RkYUXd9esR6D2haMTly4itbpbe IOGxN2wlwM6usikU0zFmGb4mD+3maDEfjOT8tZuHwfXtUx9ChTVoYl+5TxVIdtz22n WPfvFD80RaV/pAafbTmzw0guHoj5jVdcpYBstlCI= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug go/27238] [gcc-11] FAIL: gdb.go/package.exp: setting breakpoint at package2.Foo Date: Thu, 19 Jan 2023 21:41:00 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: go 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: 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=3D27238 --- Comment #4 from Tom Tromey --- I ran into this too. The DWARF also has these names: <1><163e>: Abbrev Number: 10 (DW_TAG_subprogram) <163f> DW_AT_external : 1 <163f> DW_AT_name : (indirect string, offset: 0xd69): go.package2.Foo <1643> DW_AT_decl_file : 1 <1644> DW_AT_decl_line : 5 <1645> DW_AT_decl_column : 1 <1646> DW_AT_linkage_name: (indirect string, offset: 0xdd8): go_0package2.Foo <164a> DW_AT_low_pc : 0x40420a <1652> DW_AT_high_pc : 0x99 <165a> DW_AT_frame_base : 1 byte block: 9c (DW_OP_call_frame_c= fa) <165c> DW_AT_call_all_tail_calls: 1 So maybe the mangling changed and gdb needs to change as well? --=20 You are receiving this mail because: You are on the CC list for the bug.=