From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 758E23858D1E; Tue, 18 Apr 2023 10:00:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 758E23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1681812012; bh=GQtTtlLmB1g9hVc9oebv3dmiy75UIxmJodIzu5VsqYY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GOfOEDjSHH9gMm7Pz0moPsJZUIwHomTScfie2nwOyUmtFnvZR+st51+xQN+jCLn9K PScM2s2DxPfCSG7fvss3xSZRWxAGlyLTyJtIE2VBY4RANxH4Hcp0BCNoE/dTmu8CN5 dHnPcLGtGXqvMduJ6/9/Hb8iE3fyg4ygzE15cQqo= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/30369] [gdb/symtab] False match issue in skip_prologue_using_linetable Date: Tue, 18 Apr 2023 10:00:11 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: 13.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: version 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=3D30369 Tom de Vries changed: What |Removed |Added ---------------------------------------------------------------------------- Version|HEAD |13.1 --- Comment #2 from Tom de Vries --- Reproduced with trunk and gdb-13-branch. Doesn't reproduce with gdb-12-branch (executed manually, test-case doesn't compile that far back): ... $ gdb -q -batch dw2-prologue-end-2 -ex "b foo" -ex "print &foo_label" Breakpoint 1 at 0x4004b2: file $src, line 22. $1 =3D (void (*)()) 0x4004b2 ... which is not surprising because prologue_end support was only added in gdb = 13. --=20 You are receiving this mail because: You are on the CC list for the bug.=